-
Notifications
You must be signed in to change notification settings - Fork 20
Home
Toan edited this page Nov 27, 2016
·
3 revisions
Build Blog with Angular 2 + Strongloop(Loopback) Mongodb
- 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