📜 Available Scripts
📜 Available Scripts
- Start the app in the development environment.
npm run 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
-
Generate a parser using the defined
grammar.pegjs
file with Peggy.js.
npm run parser
- Run all tests.
npm test