Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
/ fluent-2014 Public archive

Source code for the Angular Fundamentals workshop at FluentConf 2014.

Notifications You must be signed in to change notification settings

markbates/fluent-2014

Repository files navigation

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.

About

Source code for the Angular Fundamentals workshop at FluentConf 2014.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published