Create frontend html and css template with tailwind, sass, rollup module packer, and hot reload feature
git clone https://github.com/satriaajiputra/frontend-boilerplate.git
Start develop
# Go to the repository folder
cd /go/to/frontend-boilerplate
# Install Dependencies
yarn install
Use this command to start development
yarn watch
To generate production app, execute this command
yarn dist