Petanque terrains (playing areas) from OpenStreetMap on an interactive map.
Based on Angular 2+ and Bootstrap 4.
Install dependencies,
npm install
Start a local Django development server for tha api, see petanque-map-server
Run a development Angular server that uses a local petanque-map-server api,
ng serve
The application is available on http://localhost:4200/
.
Run ng build --prod
to build the project.
The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.