@mapcomponents/cra-template

0.1.13 • Public • Published

Mapcomponents Template

An easy way to create a Mapcomponents Maplibre Map-app!

Getting started

  1. Run npx create-react-app {myAppName} --template @mapcomponents/cra-template
  2. cd into your project
  3. Install all dependencies yarn
  4. Start the development server yarn start

Create a build

Creates an nginx container image that serves an optimized production build

docker build .

Start the image serving on host port 80

docker run -p 80:80 {image_hash}

Happy Coding!

Readme

Keywords

none

Package Sidebar

Install

npm i @mapcomponents/cra-template

Weekly Downloads

0

Version

0.1.13

License

MIT

Unpacked Size

36.1 kB

Total Files

28

Last publish

Collaborators

  • map-components
  • cioddi