cra-template-mosaicmap

1.0.2 • Public • Published

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

# 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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    1
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i cra-template-mosaicmap

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

43 kB

Total Files

29

Last publish

Collaborators

  • bergkvist