Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.16 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.16 KB

About

preview

As a backend engineer, I am interested with Utility-First of Tailwind CSS. This make me gain more understanding about building a web page with simple setup without write bunch of CSS script.

Here we go as a result, I've built a simple homepage of Hosting Service based on design BeServer - Landing Page from Muh Salmon. Used stacks are:

Installation & Build

$ npm install && npm build

Always run npm build if you modify your tailwind.config.js or adding your custom css.

Run

For hot reload, you may use live-server tool.

$ npm install -g live-server

run command inside project directory where your index.html is exists.

$ live-server public