A simple html setup in a single index.html file with reloading via browser-sync and deployment via project-sync
This is a project template for stage-cli.
$ npm install -g stage-cli # Install stage-cli if you haven't already
$ stage init html-simple my-project # Create a new project based on this template
$ cd my-project # Navigate into your new project folder
$ yarn # Install dependencies with yarn (npm install - if you don't use yarn)
$ npm run watch # serve and watch for changes with browsersync
You can fork this repo to create your own boilerplate, and use it with stage-cli
:
stage init username/repo my-project