Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 405 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 405 Bytes

Pre-requisites

  • Install Node.js

Getting started

  • Clone the repository
git clone  <git lab template url> <project_name>
  • Install dependencies
cd <project_name>
npm install

Run the test

  • 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