- Node 16
npm install
Run a local server:
npm start
The local server uses proxy endpoints to access the back-end API endpoints:
see proxy.conf.json
(Angular documentation).
Run tests:
npm test
npm run e2e
Run Storybook:
npm run storybook
Run checks & formatting:
npm run lint
npm run format