chunkangwong / arcgis-react-template

This template provides a Vite-bootstrapped setup with the following tech stack to start an ArcGIS Smart Mapping web application: React, TypeScript, shadcn/ui, tailwindcss, @tanstack/react-query, and react-hook-form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Demo.mov

Getting started

  1. Make a copy of .env.example and rename the copy to .env. Follow the comments in the file to prepare the environment variables.

  2. Install dependencies (this project uses Bun)

    bun install
    
  3. Run development server

    bun run dev
    
  4. Build for production

    bun run build
    

About

This template provides a Vite-bootstrapped setup with the following tech stack to start an ArcGIS Smart Mapping web application: React, TypeScript, shadcn/ui, tailwindcss, @tanstack/react-query, and react-hook-form


Languages

Language:TypeScript 94.1%Language:JavaScript 3.2%Language:CSS 2.3%Language:HTML 0.4%