-
Run
npm i -g concurrently
in the project root. -
Run
npm run install-all
in the proeject root.
This script will kick offnpm install
in both the Express server (api
) and the Angular application (web
).
- Run
npm start
from the project root. This script will start both the Express server, and the Angular application.
Run E2E tests with the npm run e2e
command from project root.
Run server-side tests with npm test
from the project root.