Skip to content

xero-q/instashare-frontend-angular

Repository files navigation

InstaShare (Angular v17.3.0)

Commands

  • Install dependencies: npm install
  • Run app: ng serve
  • Run Unit and Integration tests: ng test --code-coverage
  • Run e2e tests: ng e2e
  • Run e2e tests with output to the console: npm run cypress:run
  • Run eslint: npm run lint

Backend repo

The backend for this Angular project is this: Django backend.