🎉 Congratulations, your project was successfully generated with Create Next Stack!
To get started, run:
npm run dev
There are a few final steps that we were not able to perform automatically. We have provided a complete list for you below. You should take care of these before you can start developing your project. You can delete each item from the list as you go along.
- Integrate Vercel with your repository host for continuous deployments at https://vercel.com/new
The table below provides names and descriptions of the npm scripts available in this project.
Each script is run using npm run <script-name>
. For example: npm run dev
.
Name | Description |
---|---|
prepare |
The prepare life cycle script is used to set up Git pre-commit hooks when people install dependencies, eg. using npm install . This script should not be run manually. |
test |
Runs tests |
dev |
Runs the Next.js development server. |
build |
Generates a production build. |
start |
Runs the Next.js production server built using build script. |
lint |
Runs ESLint to catch linting errors in the source code. |
format |
Formats all source code in the project. |
format:check |
Checks the formatting of all code in the project. |
deploy:vercel |
Deploy a preview deployment to Vercel |
The table below gives an overview of the technologies used in this project, as well as places to learn more about them.
Name | Links |
---|---|
Next.js | Website - Docs - Learn Next.js - GitHub - Wikipedia |
React | Website - Docs - GitHub - Wikipedia |
TypeScript | Website - Docs - GitHub - Wikipedia |
Emotion | Website - Docs - GitHub |
Chakra UI | Website - Docs - GitHub |
Framer Motion | Website - Docs - GitHub |
React Hook Form | Website - Docs - GitHub |
React Query | Website - Docs - GitHub |
React Icons | Website - GitHub |
ESLint | Website - Configuration - Rules - GitHub |
Prettier | Website - Docs - Options - GitHub |
Husky | Website - Docs - GitHub |
lint-staged | Website - GitHub |
npm | Website - Docs - GitHub |
GitHub Actions | Website - Docs - Workflow syntax |
Vercel | Website - Docs - CLI Docs |