Commands For Server
You can check the command in the Script section of '/package.json'.
Build
Build project:
yarn build
Start
Command to Execute:
yarn start
Instructions that can be executed immediately and watch the results immediately:
yarn start:dev
Lint
Check scripts, styles, and markdown for errors:
yarn lint
Deploy
Deploy project:
yarn deploy
CI
Code Style Verification (code commitment only when passing CI):
yarn CI