A simple set of tools for front-end development
$ git clone git@github.com:pLavrenov/fleeks-boilerplate.git fleeks-boilerplate
$ cd fleeks-boilerplate
$ npm install
$ gulp
Boilerplate supports EJS template. When you edit and save .ejs
files under src/templates/pages
, they will output as .html
to build/
directory.
Boilerplate runs local server by using BrowserSync. Its default URL is http://localhost:3000/. It reloads your browser automatically when you update a file.
Run git subtree
command.
git subtree push --prefix build/ origin gh-pages