Skip to content

Code of the Trafimage Webmapportal and other applications built on it.

License

Notifications You must be signed in to change notification settings

edellucien/trafimage-maps

 
 

Repository files navigation

geOps react-spatial Starter

npm code style: prettier

This repo contains the code of the Trafimage Map Portal and other applications build on it. Components are based on react-spatial.

Technologies

  • react
  • redux
  • react-router
  • enzyme
  • jest
  • cypress
  • react-spatial
  • eslint with airbnb
  • prettier
  • sass

Getting Started

Install:

yarn install

Start:

yarn start

Publish as NPM package:

  • Build to publish:
yarn build:es
  • Publish:
yarn publish:build

Use as ES6 module:

When this app is published as npm package, it can be integrated easily in other applications, as ES6 module:

Install

npm install <this-app-package>

TODO: Link styleguidist here.

About

Code of the Trafimage Webmapportal and other applications built on it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.4%
  • CSS 4.7%
  • HTML 2.4%
  • Shell 1.5%