QSI_Groupe4
Installation
To install dependencies, run the following command:
npm install
Available Scripts
In the project directory, you can run:
npm start main <filePath>
To start the application with a JSON file as a parameter, use the following command:
npm start main <filePath>
Replace <filePath>
with the path to your JSON file.
npm test
To run tests, use the following command:
npm test
npm run lint
To perform static code analysis with ESLint, use:
npm run lint
npm run lint:fix
To automatically fix issues detected by ESLint, use:
npm run lint:fix