-
Notifications
You must be signed in to change notification settings - Fork 18
Home
usemodj edited this page Dec 17, 2014
·
4 revisions
Welcome to the angularjs-express-mysql wiki!
- Yeoman
- Angular.js
- Node.js, Express.js, Passport.js
- MySQL, ORM
- NodeMailer
cd backend
backend> npm install
cd ../frontend
frontend> npm install
frontend> bower install
cd frontend/
frontend> grunt serve
Browser connect: http://localhost:9000
cd backend/ backend> npm start
Browser connect: http://localhost:3000