Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.24 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.24 KB

FluentConf 2014

Angular.js Fundamentals

Installation

Getting this app and running should be pretty easy. Just follow the steps below:

  • Install Node.js and NPM. Follow the instructions for installing Node.js on your system.
  • Install Lineman.js - This should be as easy as (provided you have Node.js and NPM installed):
$ npm install -g [email protected]
  • Clone this repo to your machine:
$ git clone https://github.com/markbates/fluent-2014.git

After cloning the project you'll need to install the correct NPM modules.

$ cd fluent-2014
$ npm install
  • Start the server:
$ lineman run
  • Navigate to http://localhost:8000 and you should see a blank page with the title of FluentConf. That means everything is working!

What next?

Honestly, nothing until we actually get into the workshop and start learning some Angular.js. If you are curious as to what the final product will look like you can check out the finished branch.

$ git checkout finished
$ lineman run

Now when you navigate to http://localhost:8000 you'll see the final application. You can use the username homer to login.