esri-react-scripts
v0.0.12
Published
Configuration and scripts for Create React App.
Downloads
4
Maintainers
Readme
esri-react-scripts
Create React apps + ESRI JS API with no build configuration. This package includes scripts and configuration used by Create React App. Please refer to its documentation:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
Demo
Quick Overview
npx create-react-app esri-app --scripts-version=esri-react-scripts
cd esri-app
npm start
(npx comes with npm 5.2+ and higher, see instructions for older npm versions)
Then open http://localhost:3000/ to see your app.
When you’re ready to deploy to production, create a minified bundle with npm run build
.