Skip to content

Files

Latest commit

419affc · Nov 8, 2024

History

History

site

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 8, 2024
Sep 8, 2024
Nov 8, 2024
Oct 1, 2024
Oct 8, 2024
Nov 6, 2024
Sep 8, 2024
Sep 8, 2024
Sep 8, 2024
Sep 8, 2024
Sep 8, 2024
Sep 8, 2024
Nov 6, 2024
Oct 17, 2024
Sep 15, 2024
Sep 8, 2024
Nov 6, 2024

This is a NextJS featured starter template containing the Following features and more:

Features

  • Tailwind CSS
  • Google analytics
  • Page loader animation
  • Dynamic Head component | SEO
  • Responsive Navbar
  • Footer
  • Toast Notifications

Getting Started

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.