Skip to content

kashyap07/vite-react-tailwind-sass-routes-starter

Repository files navigation

vite-react-tailwind-sass-routes-starter

Vite starter template for React with TailwindCSS, Sass, and prettier with NextJS-like file based routing.

3 ways to use this

1. Stackblitz

Just click this button and fork!
Open on stackblitz

2. Use as a Github temlate

This project is set up as a template. When creating a new project, select this as the template.

3. Local development

Instructions for npm.

  1. Create empty directory.
mkdir <my-vite-app>
cd <my-vite-app>
  1. Install a cloning tool like degit
npm install -g degit
  1. Clone this template
npx degit kashyap07/vite-react-tailwind-sass-routes-starter

Setup

Instructions for npm

npm install
npm run dev

This should start around localhost:5173. Enjoy!

TODOs

  1. script to create a nice numbered folder
  2. Explain why this exists

About

Vite starter template for React with TailwindCSS, Sass, and prettier with NextJS-like file based routing.

Resources

License

Stars

Watchers

Forks