https://github.com/abhagsain/reacttailwindboilerplate
✔ React-Tailwind Starter Template
https://github.com/abhagsain/reacttailwindboilerplate
boilerplate reactboilerplate reactjs tailwind tailwindcss
Last synced: 2 months ago
JSON representation
✔ React-Tailwind Starter Template
- Host: GitHub
- URL: https://github.com/abhagsain/reacttailwindboilerplate
- Owner: abhagsain
- Created: 2019-09-12T16:27:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:22:24.000Z (over 3 years ago)
- Last Synced: 2026-01-23T05:54:10.743Z (5 months ago)
- Topics: boilerplate, reactboilerplate, reactjs, tailwind, tailwindcss
- Language: CSS
- Homepage:
- Size: 6.94 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Basic React & Tailwind Boilerplate template
This is a boilerplate for creating a React App With Tailwind.

## Installtion
```
git clone https://github.com/abhagsain/reacttailwindboilerplate.git
cd [folder name]
npn run dev
compiles css into src/index.css folder & starts React project on PORT 3000
```
## Installed packages
- Concurrently [To run react & tailwind using one script]
- Axios
- Autoprefixer
- Postcss-cli
## Note
Make sure you delete .git file after downloading this repository.
## Scripts
