/nextjs-base-installation

This is my base installation of NextJS

Primary LanguageJavaScript

NextJS Base Installation

With this repo you can begin easily a NextJS base project with the ESLint integrations using airbnb base linter.

Run Code

Once everything installed, you can run:

DEV Mode

npm run dev

In dev mode you can open your navigator in http://localhost:3000

BUILD Mode

npm run build

NextJS START Mode

npm run start

Lint Evaluation

npm run lint

Commiting your code with Commitizen

For the commit messages with commitizen, run the next command and fill the necessary fields:

npx git-cz