Skip to content

Commit 9c18c66

Browse files
committed
Add Readme
1 parent a7b8f47 commit 9c18c66

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Create React App - TailwindCSS Starter Generator
2+
A simple shell script that uses create-react-app to create a React Project and configures tailwindcss on top of it.
3+
4+
### Usage
5+
Clone the repo, or copy the run.sh script and then run with bash or any other shell:
6+
```bash
7+
bash run.sh name_of_your_project
8+
```
9+
10+
### LICENSE
11+
MIT

0 commit comments

Comments
 (0)