Skip to content
usemodj edited this page Dec 17, 2014 · 4 revisions

Welcome to the angularjs-express-mysql wiki!

Using Tech

  • Yeoman
  • Angular.js
  • Node.js, Express.js, Passport.js
  • MySQL, ORM
  • NodeMailer

Install packages

cd backend

backend> npm install

cd ../frontend

frontend> npm install

frontend> bower install

Run grunt server(test)

cd frontend/

frontend> grunt serve

Browser connect: http://localhost:9000

Run express server

cd backend/ backend> npm start

Browser connect: http://localhost:3000

Clone this wiki locally