This template is my starting point for any project that uses
- the ArcGIS API for JavaScript,
- Esri's Calcite Web,
- Webpack
- and is deployed with GitHub Pages
npm install
npm run startFirst time, prepare gh-pages branch in ./dist folder:
git checkout main
git worktree add dist gh-pagesnpm run build
cd dist
git add .
git commit -am '🎉'
git push -u origin gh-pages