This project was generated with yo angular generator version 0.16.0.
Create the project by cloning it from GitHub, installing the dependencies with npm and bower, then previewing it with grunt serve:
git clone https://github.com/GeraldScott/trcdb.git
cd trcdb
npm install
bower install
To preview the application:
grunt serve
To run the unit tests with Karma:
grunt test
To build a production distribution:
grunt build