A backbone for your coding challenge.
- Frontend app - an Angular app. Extend with your code.
- E2E test suites - a backend and a frontend Cypress test suites. Extend with your tests.
- Angular
- Typescript
- Karma/Jasmine (testing)
- Cypress
- GitHub Actions
-
Make sure npm & node are configured on your local env. You can download those distributions for your platform here.
-
Build your app.
npm install
npm run build- Start your app.
npm install
npm run start- Run the Cypress tests.
npm run test # run project tests under `cypress/e2e`Authored by Alva Labs.