Page Index - ultimagriever/mean-apz GitHub Wiki
11 page(s) in this GitHub Wiki:
- Home
- Welcome to the mean-apz wiki!
- Why MEAN?
- Steps
- Creating your initial page with AngularJS 1.x
- Initiate package.json and install dependencies
- Install Bower, initiate your bower.json and install front end dependencies
- Install Gulp, create your gulpfile.js and concatenate your *.js and *.css files
- Set up your AngularJS 1.x app module, routing and controllers
- Set up your Express server, database connection and routes
- Understanding AngularJS 1.x