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
Install the dependencies.
yarn
Run the development server.
yarn dev
Build the app.
yarn build
MIT © Annisa Nadia