An open API service indexing awesome lists of open source software.

https://github.com/the2alert/next-app

Next Startup Application.
https://github.com/the2alert/next-app

Last synced: about 1 year ago
JSON representation

Next Startup Application.

Awesome Lists containing this project

README

          



Next.js app


Next.js Startup Application.

Installing


Preliminary requirements:



Installing dependencies:


yarn

Starting & Building


Start application:


yarn start

Start application in production mode:


yarn start-prod

Build application:


yarn build

ESLint & Prettier


Linter check:


yarn lint

Linter fix:


yarn lint:fix

Format code (with Prettier):


yarn format

Storybook


Start Storybook:


yarn sb

Build Storybook:


yarn build:sb

Next.js Architecture


Link

License


MIT