Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 959 Bytes

File metadata and controls

56 lines (43 loc) · 959 Bytes

SpatialMap.org Dev Repo


Boilerplate:

Specifications:

boilerplate preset:
  • react 15.4.1
  • webpack 2.2
  • babel 6.x
  • eslint: 3.11
  • redux: 3.6.0
added:
  • office-ui-fabric-react : 2.24.0
  • react-svg-pan-zoom: 2.7.0
  • d3 : 3.5.17
  • firebase 3.9.0

Setting the project up:

install:
  • node 6.4.0+
  • npm 3.10.7+
commands:
git clone the SpatialMap repo
npm install --save
npm run start

in case errors appear you might need to add

npm install --save firebase
npm install --save react-dimensions
npm install --save react-parallel-coordinates

Deploy to server: https://firebase.google.com/docs/hosting/deploying

npm run build
firebase deploy