/angular-sandbox

Sandbox for Angular.

Primary LanguageTypeScript

Angular Sandbox

Sample Superhero project for the sake of teaching. It uses all the mundane Angular features that you might run across.

Usage

  1. Clone the project

    git clone git@github.com:eoussama/angular-sandbox.git
  2. Install all dependencies

    npm i
  3. Run the API

    npm run api
  4. Run the app

    npm start

Testing

Coverage

npm run cov

Unit Tests

npm test

E2E Tests

npm run e2e

Storybook

npm run storybook