nextjs-template-bare
v1.0.3
Published
A bare-bones starter template for Next.js projects
Downloads
3
Maintainers
Readme
Next.js Starter Template
Get started on projects faster with a bare-bones approach.
Getting Started
Click
Use this template
at the top right of this page to clone the repo into your own account.Once in your account, clone the repo to your machine and run
npm install
to install all required packages.
Finally, run
npm run dev
to start the development server on default port
3000