The2Alert / next-app

Next Startup Application.

Home Page:https://next-app-puce-beta.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Next Startup Application.

https://next-app-puce-beta.vercel.app

License:MIT License


Languages

Language:TypeScript 97.5%Language:JavaScript 1.7%Language:Dockerfile 0.7%