/Personal-Blog-Site

Personal blog site template to use with Wordpress rest using Angular JS.

Primary LanguageHTMLMIT LicenseMIT

# Blog Site Template

This is my personal blog site template for Word-press REST back-end using Angular JS

Preview

Download and Installation

To begin using this template, follow below steps

  • git clone
  • Install dependencies : npm install or yarn
  • Use http-server -p 8000 -c-1 to just run static site in the local server. In order to use this you need to have http-server globally installed in your machine.

Usages

Gulp Tasks

  • gulp the default task that builds everything
  • gulp watch browserSync opens the project in your default browser and live reloads when changes are made
  • gulp css compiles SCSS files into CSS and minifies the compiled CSS
  • gulp js minifies the themes JS file
  • gulp 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.

About

This template is created from start bootstrap template from https://startbootstrap.com that distributed under MIT license.