Create React App + Tailwind CSS starter project
Clone the repo into a new project folder, e.g. MyApp
.
git clone https://github.com/nadiannis/cra-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 & open http://localhost:3000
yarn start
Build the app.
yarn build
MIT © Annisa Nadia