Skip to main content

📜 Available Scripts

📜 Available Scripts

  1. Start the app in the development environment.
npm start
  1. Build the project files and optimize for production.
npm run build
  1. Lint all files and check if there are any issues, with ESLint.
npm run lint
  1. Fix all ESLint issues then format the files with Prettier.
npm run prettier