0.1.13 • Published 1 year ago

@mapcomponents/cra-template v0.1.13

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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!

0.1.11

1 year ago

0.1.12

1 year ago

0.1.13

1 year ago

0.1.10

2 years ago

0.1.8

2 years ago

0.1.9

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago