keviocastro / schoolager

0 stars 0 forks source link

Schoolager

CircleCI

Schoolager is an educational data management software: administrative records, contracts, teachers, classes and several others.

To start

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

Developer guide

@todo

Command to generate code skeleton

ng generate component component-name To generate a new component.
You can also use ng generate directive|pipe|service|class|module.

Command to complie

ng build

You can run the tests with

ng test

Run tests end-to-end

ng e2e

See more in the documentation: https://github.com/angular/angular-cli#usage