Skip to content
Snippets Groups Projects
Select Git revision
  • fee7f8f6437cc9d44de5407d8daed138ed988df2
  • main default protected
2 results

qsi_groupe4

user avatar
Nawfel Senoussi authored
fee7f8f6
History

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