Chunte HF staff commited on
Commit
8e23ea0
1 Parent(s): edbcb33

Delete readme.md

Browse files
Files changed (1) hide show
  1. readme.md +0 -31
readme.md DELETED
@@ -1,31 +0,0 @@
1
- # Simple Tailwind CSS Starter
2
-
3
- This is an extremley simple setup to develop Tailwind projects. This will be used in my Tailwind From Scratch course.
4
-
5
- ## Usage
6
-
7
- Install dependencies
8
-
9
- ```
10
- npm install
11
- ```
12
-
13
- Run Tailwind CLI in watch mode
14
-
15
- ```
16
- npm run dev
17
- ```
18
-
19
- You can use tailwind classes in any .html files in the root directory
20
-
21
- Put any custom CSS that you may have in the **src/input.css** file
22
-
23
- Add any config values to the **tailwind.config.js** file
24
-
25
- To build once, run
26
-
27
- ```
28
- npm run build
29
- ```
30
-
31
- You only need to deploy your html files and css/style.css