Skip to main content

📜 Available Scripts

📜 Available Scripts

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