AaDMICATIGKRL aka GKRL App for tracking the Allegient Go Kart Racing League
Built on Angular 2 Full Stack project. https://github.com/DavideViolante/Angular2-Full-Stack
The front-end of this project was generated with Angular CLI.
- Install Node.js and MongoDB
- Install Angular CLI:
npm i angular-cli -g
- From project root folder install all the dependencies:
npm i
- Command window 1:
mongod
: run MongoDB - Command window 2:
npm run be
: run Express backend server (with autoreload) - Command window 3:
npm start
: run Angular frontend (with autobuild and autoreload) - Browser will automatically open to: localhost:4200
Run npm run prod
to run frontend with a production ready bundle.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve
.