Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
development.md 1.22 KiB

ARSnova lite development

This project was generated with Angular CLI version 1.7.2.

Prerequisite

Clone the repository and setup git. You also need the arsnova-backend running in version 3+ (master branch).

Install all dependencies with npm install.

CI Pipeline

In order to guarantee code quality a linter . You can check your code locally with: node_modules/tslint/bin/tslint -p ./tsconfig.json -c ./tslint.json --project.

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding