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 start
First time, prepare gh-pages
branch in ./dist
folder:
git checkout main
git worktree add dist gh-pages
npm run build
cd dist
git add .
git commit -am '🎉'
git push -u origin gh-pages