Skip to content

DevSkillsHQ/frontend-boilerplate-angular

Repository files navigation

Frontend Boilerplate (Angular)

A backbone for your coding challenge.

Contents

  • Frontend app - an Angular app. Extend with your code.
  • E2E test suites - a backend and a frontend Cypress test suites. Extend with your tests.

Tech Stack

Frontend

  • Angular
  • Typescript

Additional libs

  • Karma/Jasmine (testing)

Misc

  • Cypress
  • GitHub Actions

Getting started

  1. Make sure npm & node are configured on your local env. You can download those distributions for your platform here.

  2. Build your app.

npm install
npm run build
  1. Start your app.
npm install
npm run start
  1. Run the Cypress tests.
npm run test # run project tests under `cypress/e2e`

Authored by Alva Labs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7