Build your own blog with Angular 2 and StrongLoop(Loopback) & Mongodb.
Tutorial build blog with Anglar 2, Loopback (Strongloop)
Todos:
- Install http://nodejs.org/
- Install http://loopback.io/
- Install Angular2 Cli http://cli.angular.io/
Build Blog with Angular 2 + Strongloop(Loopback) Mongodb
Installation
- Clone project
git clone git@github.com:tabvn/angular-blog.git blog
cd blog/api
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 install
npm start