Playground for testing various Angular and TypeScript concepts.
To run the project, after cloning the repository:
- install the required dependencies using
npm install
- use one of the available scripts to start the application or run associated tests:
start application (by default on
localhost:4200
) start localized application (by default onlocalhost:4200
) run unit tests run e2e tests