Skip to content

A simple html setup in a single index.html file with reloading via browser-sync and deployment via project-sync

Notifications You must be signed in to change notification settings

stage-templates/html-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

html-simple-boilerplate

A simple html setup in a single index.html file with reloading via browser-sync and deployment via project-sync

Usage

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

Fork It And Make Your Own

You can fork this repo to create your own boilerplate, and use it with stage-cli:

stage init username/repo my-project

About

A simple html setup in a single index.html file with reloading via browser-sync and deployment via project-sync

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published