Skip to content

devbhang/html-tailwind-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML + Tailwind CSS Starter

This is a starter kit for developers who want to use Tailwind CSS in plain HTML projects without using any frontend libraries.

Dependencies

node.js

live-server

Installation

First, you need to install Node.js and when successful make sure to install live-server package globally.

npm install -g live-server

After dependencies are successfully installed clone or download this repo into your desired location.

When cloned simply cd into the directory in which you have cloned the repo and in the root directory run the following command:

npm install

Commands

To build run:

npm run build

To start dev server run:

npm run dev

Happy coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published