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.
- Host: GitHub
- URL: https://github.com/the2alert/next-app
- Owner: The2Alert
- License: mit
- Created: 2023-01-22T17:40:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T20:47:21.000Z (almost 3 years ago)
- Last Synced: 2024-03-08T12:17:35.430Z (over 2 years ago)
- Language: TypeScript
- Homepage: https://next-app-puce-beta.vercel.app
- Size: 336 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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