Skip to content

tabvn/angular-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build your own blog with Angular 2 and StrongLoop(Loopback) & Mongodb.

Tutorial build blog with Anglar 2, Loopback (Strongloop)

Todos:

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

Tutorials

About

Tutorial build blog with Anglar 2, Loopback (Strongloop)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published