Skip to content

agustinusnathaniel/vite-react-chakra-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 10, 2025
2b3d3b8 · Feb 10, 2025
Nov 25, 2024
Jul 24, 2024
Sep 16, 2024
Dec 8, 2023
Jan 2, 2025
Nov 25, 2024
Sep 16, 2024
Apr 5, 2023
Nov 26, 2024
Jan 2, 2025
Nov 25, 2024
Jan 2, 2025
Sep 16, 2024
Nov 25, 2024
Nov 25, 2024
Feb 1, 2025
Feb 10, 2025
Nov 25, 2024
Mar 18, 2024
Jan 2, 2025
Nov 16, 2023
Nov 25, 2024
Nov 25, 2024
Nov 25, 2024
Jul 5, 2024

Repository files navigation

This is a project bootstrapped with @vitejs/app (react-ts), added with Chakra UI and TypeScript setup.

  • ⚡ blazing fast dev server and build
  • 🔗 route management added (react-router v7 - Framework configuration)

Live Demo

Deploy with Vercel Deploy to Netlify

Open in StackBlitz

Getting Started

You can either click Use this template button on this repository and clone the repo or use npx degit like so:

npx degit agustinusnathaniel/vite-react-chakra-starter <app_name>

Then, run the development server:

pnpm dev

Deployment

  • build command: pnpm build
  • output directory: build/client

References