We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b8f47 commit 9c18c66Copy full SHA for 9c18c66
README.md
@@ -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