An open API service indexing awesome lists of open source software.

https://github.com/headwinds/mapdrops

kicking the tires of angular 5 with typescript, material-ui, mapbox, and strava
https://github.com/headwinds/mapdrops

Last synced: about 1 year ago
JSON representation

kicking the tires of angular 5 with typescript, material-ui, mapbox, and strava

Awesome Lists containing this project

README

          

# mapdrops

Plan your run and where to stash your gear along the way. Often on long, remote runs, there is no reliable signals so this PWA will feature offline support and syncing.

# Learn

* [Angular 5 with Material](https://coursetro.com/posts/code/113/How-to-Build-an-Angular-5-Material-App)
* [Angular 4 Tutorial - GPS Activity Mapping App - Wes Doyle](https://brfilm.net/v-angular-4-tutorial-gps-activity-mapping-app-EHdSb279Lzg.html)
* [TOUR DE FRANCE VISUALIZATION](http://abenrob.com/tdf-maptime/docs/)
* [Convert GPX into GeoJSON for Mapbox](https://github.com/mapbox/togeojson)
* [Angular Firebase Mapbox](https://angularfirebase.com/lessons/build-realtime-maps-in-angular-with-mapbox-gl/)
* [GPX to GeoJSON in MongoDB with Node.js](http://kalapun.com/posts/gpx-to-geojson-in-mongodb-with-node-js/)
* [exploring ngx-mapbox-gl on stackblitz](https://stackblitz.com/edit/ngx-mapbox-gl)
* [https://github.com/Wykks/ngx-mapbox-gl](https://github.com/Wykks/ngx-mapbox-gl)
* [Angular Chat](https://medium.com/dailyjs/real-time-apps-with-typescript-integrating-web-sockets-node-angular-e2b57cbd1ec1)
* [social logins](https://github.com/sabyasachibiswal/angular5-social-login)
* [firebase & mapbox](https://angularfirebase.com/lessons/build-realtime-maps-in-angular-with-mapbox-gl/)
* [upgrade to firestore](https://angularfirebase.com/lessons/firestore-with-angularfire-basics/)
* [tech tree](https://github.com/ldd/tech-tree-js)

# Wiki

* [log](https://github.com/headwinds/mapdrops/wiki/log)

# Ng5Material

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.4.

## Development client

```
cd client
npm install
ng serve
```

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.

## Development Server

```
cd server
npm install
gulp serve
```

## 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`.

## Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.

## Running unit tests

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).