Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scotch-io/mean-machine-code
Code samples for the book: MEAN Machine
https://github.com/scotch-io/mean-machine-code
Last synced: about 13 hours ago
JSON representation
Code samples for the book: MEAN Machine
- Host: GitHub
- URL: https://github.com/scotch-io/mean-machine-code
- Owner: scotch-io
- License: mit
- Created: 2014-07-30T03:24:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T22:56:40.000Z (almost 8 years ago)
- Last Synced: 2024-11-07T17:07:42.587Z (8 days ago)
- Language: JavaScript
- Homepage: https://leanpub.com/mean-machine
- Size: 1.37 MB
- Stars: 457
- Watchers: 55
- Forks: 227
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MEAN Machine Code
Code samples for the JavaScript book: [MEAN Machine](https://leanpub.com/mean-machine)
![MEAN Machine](https://scotch.io/wp-content/uploads/2014/12/mean-machine-page.jpeg)
## Requirements
- [node and npm](http://nodejs.org/)
- [nodemon](http://nodemon.io/) - `npm install -g nodemon`
- [bower](http://bower.io) - `npm install -g bower`
- [gulp](http://gulpjs.com/) - `npm install -g gulp`## Installation Instructions
Installation instructions will vary for each chapter, but if it is a Node/Angular application (all except chapter 11), the following will apply:
1. Install your Node dependencies: `npm install`
2. Start the application `nodemon server.js`
3. Visit the application in your browser: [http://localhost:8080](http://localhost:8080)
4. Enjoy and learn!## Notice
We work hard to keep the code samples updated with the evolution of technologies mentioned in the book. If you find anything that does not work because of, for example, the usage of a newer and better version of a dependency, please let us know.