This forkable template / npm package provides an empty setup to get working with the React + TypeScript + Vite + TailwindCSS + SCSS techstack.
npx @nehemiahdias/create-reactts-vite-tailwind {newRepoNameHere}
ALTERNATIVE
npm install
in the consoleApp.tsx
and get workin'! Customize routes at main.tsx
.npm i
- Install dependencies
npm run dev
- Inits HMR enabled session
npm run lint
- Runs eslint to check for errors
npm run prettier-check
- Checks code formatting based on .prettierrc.json
npm run prettier
- Formats all files based on .prettierrc.json