This is a simple VLE project running using a firebase backend. It is designed as a blended learning tool.
- Make sure you have git, node and npm. We use Visual Studio to edit our code.
- Clone and install
$ git clone git@github.com:Scholar-6/learning-fortress-frontend.git
$ npm install-
Run
ng run debugfor a dev server that reloads on changes to files. Navigate tohttp://localhost:4200/. -
That's it. It is preconfigured to connect to a dummy firebase db in the google cloud. (This database gets restored every so often)
Further information on Firebase stuff can be found in the firebase/README.md
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
(More work required on developing tests)
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
This project was generated with Angular CLI version 6.0.8.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.