AffinityNow / SmartMapperFrontend

Check us : https://smartmapperproject.github.io/SmartMapperFrontend/
https://smartmapperproject.github.io/SmartMapperFrontend/
Apache License 2.0
0 stars 0 forks source link
maps routing-engine

SmartMapper

Build Status Coverage Status GitHub tag (latest SemVer) License made-with-Markdown Quality Gate Status Reliability Rating Technical Debt

SmartMapper is a web application which proposes to user some routes to differents points of interest respecting defined criterias.

Get started

Requirements

You need node.js with npm on your machine.

Clone the repo

git clone https://github.com/smartmapperproject/SmartMapperFrontend
cd SmartMapperFrontend

Install npm packages

Install the npm packages described in the package.json : npm install

Run the application:

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

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Code scaffolding

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.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.
This project was generated with Angular CLI version 10.1.3.

Authors

See also the list of contributors who participated in this project.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Bugs / Feature request

Please report bugs and feel free to ask for new features directly on GitHub.

License

This project licensed under the Apache License 2.0 - see the LICENSE.md file for details