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:
$ npm install && npm build
Always run npm build
if you modify your tailwind.config.js
or adding your custom css.
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