Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 298 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 298 Bytes

MeanTemplate

Steps:

$ npm init $ npm install express --save

$ bower init

$ touch .bowerrc --> {directory: 'public/vendor'}

Setup Client:

Steps: Make index.html app/app.js bower install angular --save

Setup Server:

Steps: Make server/server.js config/helpers config/middleware