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