ArcGIS Smart Mapping Template with React + TypeScript + Vite + shadcn/ui + tailwindcss + @tanstack/react-query + react-hook-form
This template provides a Vite setup with the following tech stack to start an ArcGIS Smart Mapping web application:
- React
- TypeScript
- shadcn/ui
- tailwindcss
- @tanstack/react-query
- react-hook-form
Demo.mov
- 
Make a copy of .env.exampleand rename the copy to.env. Follow the comments in the file to prepare the environment variables.
- 
Install dependencies (this project uses Bun) bun install
- 
Run development server bun run dev
- 
Build for production bun run build