Skip to content

angular-in-action/angularinaction.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 2 in Action blog site!

How to setup.

npm install -g hexo-cli
npm install
hexo generate
hexo serve

Then open http://localhost:4000/ to see the site.

Posts go into _posts and should follow the same format with name and header content.