Skip to content

hphuoclam/nodejs-angular2-blog

Repository files navigation

Example blog

  • Clone repository
  • Import database
  • Run angular 4:
    • npm install
    • npm start
  • Run nodejs:
    • cd backend
    • npm install
    • npm start