An open API service indexing awesome lists of open source software.

https://github.com/planetoftheweb/fresgular


https://github.com/planetoftheweb/fresgular

Last synced: 3 months ago
JSON representation

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`