Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 562 Bytes

File metadata and controls

14 lines (12 loc) · 562 Bytes

Toolbox-test

The test feature both Backend and Frontend in the same repo. In order to access each one of them please navigate to each one on a separate command line or terminal.

Backend

  1. Locate directory with: cd backend
  2. Install dependencies: npm install
  3. Run project with: npm run-script dev
  • If you wish to test please run: npm run-script test

Frontend

  1. Locate directory with: cd frontend
  2. Install dependencies: npm install
  3. Run project with: npm start
  • If you wish to test please run: npm test