cra-template-mosaicmap
v1.0.2
Published
react-mosaic and deck.gl template for create-react-app
Downloads
1
Maintainers
Readme
cra-template-mosaicmap
Creates a React app with the following features:
Fast Refresh through
react-app-rewired
andcustomize-cra-react-refresh
react-context-toolkit
for managing state (by Tobias Bergkvist)react-mosaic-component
for window layoutdeck.gl
andreact-map-gl
for visualizing large data sets on a map
Usage
Installation
# Using npx
npx create-react-app <project-name> --template=mosaicmap
# Using yarn create
yarn create react-app <project-name> --template=mosaicmap
Development
# Start the dev environment (with React Refresh)
yarn start
# Build (for production usage)
yarn build
# The commands below requires that you have Docker installed:
# Docker build (after build)
yarn docker-build
# Docker-run (after docker-build)
yarn docker-run