This is my personal blog site template for Word-press REST back-end using Angular JS
To begin using this template, follow below steps
git clone
- Install dependencies :
npm install
oryarn
- Use
http-server -p 8000 -c-1
to just run static site in the local server. In order to use this you need to havehttp-server
globally installed in your machine.
gulp
the default task that builds everythinggulp watch
browserSync opens the project in your default browser and live reloads when changes are madegulp css
compiles SCSS files into CSS and minifies the compiled CSSgulp js
minifies the themes JS filegulp vendor
copies dependencies from node_modules to the vendor directory
You must have NPM and Gulp installed globally on your machine in order to use these features.
This template is created from start bootstrap template from https://startbootstrap.com that distributed under MIT license.