Uses Webpackarrow-up-right to bundle files and serves it with webpack-dev-serverarrow-up-right.
To install dependencies:
Commands:
npm start is the development target, to serve the app and hot reload.
npm start
npm run build is the production target, to create the final bundle and write to disk.
npm run build
The basemap in this example is provided by CARTO free basemap servicearrow-up-right. To use an alternative base map solution, visit this guidearrow-up-right
Last updated 4 years ago
npm install # or yarn