Skip to content
/ next-starter Public template

A fully-configured Next.js boilerplate for any kind of project.

Notifications You must be signed in to change notification settings

codesaursx/next-starter

Repository files navigation

@CodesaursX/next-starter

Run Locally

❗ Strongly recommended the use Yarn as a package manager.

Once you clone this project, you'll have to install the project dependencies.

yarn
# or
yarn install

After that, you'll have the following scripts available:

# run the project in develop mode
yarn dev

# generate the production build of the project
yarn build

# run the project in production mode
yarn start

# run the eslint checker
yarn lint

Contributing

Contributions are alway welcome, if you think something is missing, please open a issue with the description of the problem or idea.

About

A fully-configured Next.js boilerplate for any kind of project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published