Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

How To Run (Project Test)

Martin Senécal edited this page Feb 21, 2022 · 1 revision

1- Open terminal into the main project:

CD into project path

2- Run this command:

  • For Running the Project: npm run start
  • For Running the Test: npm run test
Clone this wiki locally