simple-live-boilerplate
v1.0.1
Published
HTML/CSS/JS/JQuery Boilerplate with live server setup.
Downloads
4
Maintainers
Readme
simple-boilerplate
Simple Boilerplate is for HTML/CSS, Javascript, and JQuery projects. It has been setup with a live server so that you can see live changes with every save.
Getting Started
You can either fork or clone this repo.
git clone https://github.com/serpient/simple-boilerplate.git my-app-name
cd my-app-name
npm install
live-server
Starting Live Server
- Navigate to the root folder (example,
simple-boilerplate/
) - Run
live-server
- Let it up open a local environment in your browser
- Any changes in your files related to
index.html
will be seen in your browser
Deployment to Github Pages
- In your github repository settings, do the following:
- Go to your browser and check out
http://<YourUsername>.github.io/<yourRepoName>
. Give it a few minutes to see your changes!
Deployment to Heroku
If you want to deploy to Heroku, it would require you to write a small simple server that would serve the index.html
file as an entry point. This boilerplate isn't setup for that, but feel free to add it yourself!
Something to research here