Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 2.15 KB

README.md

File metadata and controls

66 lines (41 loc) · 2.15 KB

NextDevStarter

NextDevStarter

This is a Next.js project bootstrapped with create-next-app.

Enriched with a number of enhancements to ensure fast and easy development with minimal setup.

Features 💻

  • NextJS with Typescript
  • Pre-configured with essential components and utilities
  • Fully functional and ready dark mode, possibility of extending it for other themes
  • Integrated Prettier setup for consistent code formatting
  • Mobile-friendy, responsive design
  • Font optimization with next/font
  • Essential packages pre-configured for you
  • Seo configuration with zero effort
  • Time saving utils for daily use

Getting Started 🚀

Click 'use this template' above in this repo and proceed

Run NextJS in development mode 💣

npm install
npm run dev

# or

yarn install
yarn dev

# Open http://localhost:3000 with your browser to see the result.

Configure ⚙️

  • Delete content of src/app/page.tsx
  • Delete src/components/starter folder
  • Configure src/data/siteMetadata for SEO data

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Author

Mututri David tushdev.co.

Credits danielbilek.com.