Schoolager is an educational data management software: administrative records, contracts, teachers, classes and several others.
Prerequisites:
Nodeljs >= 6
Angular cli.
You can choose not to install the Angular cli. To do this replace the command ng serve
with./node_modules/@angular/cli/bin/ng serve
git clone && cd schoolager
npm install
ng serve
@todo
ng generate component component-name
To generate a new component.
You can also use ng generate directive|pipe|service|class|module
.
ng build
ng test
ng e2e
See more in the documentation: https://github.com/angular/angular-cli#usage