/mood-tracker-client

angular app for mood tracker

Primary LanguageTypeScript

MoodTrackerClient

Todo application with ability to add mood rating ot experienced tasks

Development server

Run npm start

Requires api api to be active. This is currently on localhost:3000/

To run full aplication stack in docker run docker-compose build and docker-compose up in api

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory. Use the npm run build -- --prod flag for a production build.

Running unit tests (no tests)

Run ng test to execute the unit tests via Karma.

Running end-to-end tests (no tests)

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.