๐ Link
- Login:
JaySmith - Password:
JaySmith27041994!@$
This is a Next.js project.
- Checkout NODE:
n auto - CLI orval:
npm install --global orval - CLI storybook:
npm install --global storybook - Dependencies:
npm install --legacy-peer-deps - Copy env:
cp .env.example .env - Generate API:
npm run api-generate
- DEV mode:
npm run dev - DEV mode storybook:
npm run storybook
- PROD mode:
npm run build - PROD mode storybook:
npm run build-storybook
- START:
npm run start - Project: http://localhost:3000
- Storybook: http://localhost:3000/storybook/index.html
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!