Skip to content
Toan edited this page Nov 27, 2016 · 3 revisions

Build Blog with Angular 2 + Strongloop(Loopback) Mongodb

Installation

  • Clone project
git clone git@github.com:tabvn/angular-blog.git blog
cd blog
npm install
  • Config database connection in server/datasources.json must change the info.
  • run the api server
cd api
npm start
  • Run the angular 2 app by open new tab in terminal
cd ../site
npm start

Tutorials

Clone this wiki locally