We use this as a starter template to quickly develop static HTML pages with :
Install the dependencies:
# Using npm
npm install
# Using Yarn
yarn
Start the development server:
# Using npm
npm run watch
# Using Yarn
yarn run watch
Now run the project in your server
Open public/index.html
in your editor and start experimenting!
Base Tailwind CSS file is under /resources/assets/css/styles.css
Root HTML file is under /public/index.html
# Using npm
npm run prod
# Using Yarn
yarn prod
Made by meXuvo