Willem Dantuma 447f56cd7f
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
Add missing exports
2019-11-07 17:43:53 +01:00
2019-06-26 14:35:47 +02:00
2019-11-01 15:57:50 +01:00
2019-11-07 17:43:53 +01:00
2019-11-06 13:38:37 +01:00
2019-06-26 14:35:47 +02:00
2019-10-28 14:18:25 +01:00
2019-11-04 13:43:46 +01:00
2019-10-28 16:26:48 +01:00
2019-11-07 17:25:27 +01:00
2019-11-07 17:43:53 +01:00
2019-11-07 16:54:58 +01:00
2019-06-26 14:35:47 +02:00

Farmmaps viewer

This is a sample FarmMaps client in Angular 7.x.

Dependencies

  • docker desktop

or

  • npm 6.9.0
  • nodejs 10.16.0
  • git

Quick start

Using docker

docker run -t -i --entrypoint /bin/bash -p 4200:4200 node:10.16.0

Inside the running container

git clone ...
cd FarmMapslib
npm config set @farmmaps:registry https://repository.akkerweb.nl/repository/npm-group/
npm install -g @angular/cli
npm install
ng serve --host 0.0.0.0

Point youre browser to http://localhost:4200

On youre local machine

git clone ...
cd FarmMapslib
npm config set @farmmaps:registry https://repository.akkerweb.nl/repository/npm-group/
npm install -g @angular/cli
npm install
ng serve

Point youre browser to http://localhost:4200

Description
FarmMaps base angular client libraries @farmmaps/common and @farmmaps/common-map
Readme 87 MiB
Languages
CSS 63.8%
TypeScript 30.1%
HTML 3.8%
SCSS 2%
JavaScript 0.3%