This template is a starting point for building a React app with Typescript and Vite.
It comes preconfigured with the following:
- React Router Dom
- React Redux (RTK)
- Stitches in JS
- TailwindCSS Preflight (Normalizes browser default CSS)
- ESLint - Recommended Style Guides
- Prettier - Code Formatter (Configured to work with ESLint)
Clone this git repository and run npm install to complete setup
Other scripts setup:
npm run dev- Starts the development servernpm run build- Builds the app for productionnpm run preview- Previews the built appnpm run lint- Runs ESLint on the projectnpm run lint:fix- Runs ESLint on the project and fixes any errorsnpm run format- Runs Prettier on the project