Simple bolerplate for markup (HTML, JS & CSS) projects. The is WIP version of the readme.
- Open project's folder in your terminal
- Install necessary dependencies, you can do that with following command
yarn
- Now you can run the project via
yarn start
-
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 totrue
.