Vite + React Template with React-Testing-Library
This template contains
- Tailwind CSS
- ReactJS with Typescript (includes Router)
- Vite Tooling
- Complete Test Setup for React
- Comes with Material UI
git clone https://github.com/iamzehan/Vite-React-Template.gitImportant: Remove the origin
git remote rm origin📁where the package.json resides, run -
npm installnpm run devnpm run buildnpm run test📁./distcontains your builds📁./.vscodecontains workspace settings for tailwindcss intellisense.📁./srccontains all the project code.📁./src/index.cssis the main css file📁./index.htmlis the main html file that has adiv#rootcontainer.🗒️./src/main.tsxuses it to wrap all components that reside within our🗒️./src/App.tsx,<App/>component.