Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 668 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 668 Bytes

TailwindCSS Website Example

This is to help anyone who wants to get started with a Tailwindcss website.
I wish you much success with your new website.
I have also created my website with this template, feel free to check it out.

Installation

After cloning this repository with this link (https://github.com/kilihbr/tailwindcss-website-example.git) you have to execute these commands in your terminal. This requires that NodeJS (and NPM) is installed on your device.

First install NPM packages:

  npm install

Now run Dev mode:

  npm run dev