This template adds Tailwind CSS and personal development configurations to the react-swc-ts
template, which provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
This template is perfect for demoing small React applications.
Note: Before proceeding, verify that you have pnpm
installed on your machine.
# Scaffold your project with this template.
$ npx degit kenchandev/rstt-vite <project-name>
# Change the current working directory.
$ cd <project-name>
# Install dependencies.
$ pnpm install
# Initialize a new Git repository and enable Git hooks.
$ pnpm run prepare
# Spin up the Vite dev server.
$ pnpm run dev