/vite-react-tailwindcss-starter

🚀 Vite + React.js + Tailwind CSS starter with ESLint, Prettier, Husky, & lint-staged

Primary LanguageJavaScriptMIT LicenseMIT

vite-react-tailwindcss-starter

Features

Usage

Getting Started

Clone the repo into a new project folder, e.g. MyApp.

git clone https://github.com/nadiannis/vite-react-tailwindcss-starter.git MyApp
cd MyApp

Delete the old .git history, then initialize new .git repo.

rm -rf .git
git init

Setup

Install the dependencies.

yarn

Development

Run the development server.

yarn dev

Production

Build the app.

yarn build

License

MIT © Annisa Nadia