Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 367 Bytes

File metadata and controls

13 lines (11 loc) · 367 Bytes

hexo-angular-blog-example

Install

  • Clone the repo and cd into the directory
  • Install NodeJS and NPM
  • Install hexo: npm install hexo -g
  • Install bower: npm install bower -g
  • Install package contents: npm i
  • Install package contents: bower i

Running the website

  • Run hexo server
  • Visit the website at http://localhost:4000