Run the dev server:
npm run dev
Lint all the files:
npm run lint
Format all files with Prettier:
npm run format
Check TypeScript issues
npm run type-check
First, build your app for production:
npm run build
Then run the app in production mode:
npm start