A starter template for creating React Apps, styled with Tailwind CSS.
First, fork this repo.
Now head over to creating a new repo. From the repository template section, click the dropdown and select:
yourusername/react-js-tailwind
Make your changes to suit your project's needs.
Clone locally with:
git clone https://github.com/yourusername/projectname
In your terminal, run:
npm install
to install all dependencies.
When it's done, run:
npm run dev
Hit
O
and vite will open it in your browser.
Or open your browser and navigate to localchost:5173.
Make your changes, save and "VOILA!
Happy hacking!