Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 524 Bytes

readme.md

File metadata and controls

23 lines (15 loc) · 524 Bytes

HTML Boilerplate

Simple bolerplate for markup (HTML, JS & CSS) projects. The is WIP version of the readme.

🚀 Quick start

  1. Open project's folder in your terminal
  2. Install necessary dependencies, you can do that with following command
yarn
  1. Now you can run the project via
yarn start
  1. Your site is now running at http://localhost:3000!

    Note: The BrowserSync's UI is disabled by default. If you would like to use it just go to env/tasks/serve.js and set ui key to true.