This is a NextJS featured starter template containing the Following features and more:
- Tailwind CSS
- Google analytics
- Page loader animation
- Dynamic Head component | SEO
- Responsive Navbar
- Footer
- Toast Notifications
This is a modified version of create-next-app with multiple useful features to get started in a flash, to use this run this in terminal
git clone https://github.com/lifeofsoumya/NextJS-featuredStarterTemplate.git my-app
Then, enter the directory using:
cd my-app
Install the packages using:
npm i
Finally, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.