-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc00840
commit 62e2b41
Showing
1 changed file
with
0 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1 @@ | ||
# HTML Tailwind starter | ||
|
||
This start was build for people not needing any framework. | ||
It's sometimes enough to just have a plain HTML file, but leverage the power of Tailwind CSS. | ||
|
||
The project uses the Tailwind purge to make the files as clean as possible. | ||
|
||
## Installation | ||
|
||
The installation is very easy run the install command. | ||
|
||
```bash | ||
npm install | ||
``` | ||
|
||
Next up we can run the dev server: | ||
|
||
```bash | ||
npm run dev | ||
``` | ||
|
||
And your website will start up. | ||
|
||
**Note - make sure to install live-server globally as a dependancy or it will not work** | ||
|
||
```bash | ||
npm install -g live-server | ||
``` | ||
|
||
## Modifying the project | ||
|
||
You can then modify the `tailwind.config.js` for your own custom colors if needed | ||
And modify the `index.html` inside the `src` directory. | ||
|
||
## Read more | ||
|
||
If you're interested to read more about this project. | ||
Check out the article I wrote on [HTML Tailwind starter](https://daily-dev-tips.com/posts/plain-html-starter-with-tailwind-css/) |