Skip to content

2019-2020-ps6/2022-2023-ps6-solid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the website

  1. Run your back-end: npm run dev

  2. Run your front-end: npm start

Run the end-to-end tests

Before running the tests, you need to run your front-end and back-end:

  1. Run your back-end: npm run start:e2e

  2. Run your front-end: npm start

  3. Run the tests: npm run test:e2e