https://github.com/planetoftheweb/fresgular
https://github.com/planetoftheweb/fresgular
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/planetoftheweb/fresgular
- Owner: planetoftheweb
- License: mit
- Created: 2015-06-18T13:25:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-25T05:58:16.000Z (almost 11 years ago)
- Last Synced: 2025-07-30T06:46:25.678Z (10 months ago)
- Language: CSS
- Size: 729 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Up and Running with Angular.js
This is a special version of my [Up and Running with Angular.js](http://www.lynda.com/AngularJS-tutorials/Up-Running-AngularJS/154414-2.html) course on [Lynda.com](http://lynda.com). I added a gulp.js file so that it will run a live reload server.
I've also modified it so that you can add records. Thanks to shenung for adding the ability to upload images as base64.
##Instructions
1. Make sure you have [node.js](http://nodejs.org/) and [git](http://git-scm.com/) installed on your machine.
2. Clone this into your local machine using the terminal (mac) or Gitbash (PC) `> git clone https://github.com/planetoftheweb/UARWAngularJS.git`
3. CD to the folder `cd gettingangular`
4. Run `> npm-install` to install the project dependencies
5. Run the Gulp command `> gulp`
6. Fire up your browser at `http://localhost:8080`