jonathanprozzi / vite-react-web3-playground

Testing what needs to be done to use vite with React/TS/Chakra and web3 packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vite-react-chakra-starter

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-dom configured)
  • 📈 SEO optimization ready

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 sozonome/vite-react-chakra-starter <app_name>

Then, run the development server:

yarn dev

Deployment

  • build command: yarn build
  • output directory: dist

References

Roadmap / TODO

About

Testing what needs to be done to use vite with React/TS/Chakra and web3 packages.

License:MIT License


Languages

Language:TypeScript 92.1%Language:JavaScript 6.2%Language:HTML 1.2%Language:Shell 0.5%