Vite starter template for React with TailwindCSS, Sass, and prettier with NextJS-like file based routing.
Just click this button and fork!
This project is set up as a template. When creating a new project, select this as the template.
Instructions for npm.
- Create empty directory.
mkdir <my-vite-app>
cd <my-vite-app>
- Install a cloning tool like degit
npm install -g degit
- Clone this template
npx degit kashyap07/vite-react-tailwind-sass-routes-starter
Instructions for npm
npm install
npm run dev
This should start around localhost:5173. Enjoy!
- script to create a nice numbered folder
- Explain why this exists