cra-template-mosaicmap
Creates a React app with the following features:
-
Fast Refresh through react-app-rewired
and customize-cra-react-refresh
-
react-context-toolkit
for managing state (by Tobias Bergkvist)
-
react-mosaic-component
for window layout
-
deck.gl
and react-map-gl
for visualizing large data sets on a map
Usage
Installation
npx create-react-app <project-name> --template=mosaicmap
yarn create react-app <project-name> --template=mosaicmap
Development
yarn start
yarn build
yarn docker-build
yarn docker-run