- Install Node.js
- Clone the repository
git clone <git lab template url> <project_name>
- Install dependencies
cd <project_name>
npm install
- In package.json you can run the test scripts that I have already set up by the following syntax
npm run [command]
- e.g
npm run test-mc