Coder Social home page Coder Social logo

ngcourse's Introduction

Angular Course from rangle.io

This repository contains handout materials and code for rangle.io's AngularJS training course. This is meant to be used as a part of the course, which is normally offered as a 2-3 day event. See http://rangle.io/training/ for more information.

The Handouts

See the handout for the handout. You can either view it in your browser or build it into a PDF using the instructions in the README file in the handout directory.

The Code

The repository also contains the codebase that we'll work on in throughout the course. The project has a server and the client component. This repository contains only the client code. The server code is available at https://github.com/rangle/ngcourse-api/. You do not need the server code to run the front end, however. Instead, you can access the API server deployed to http://ngcourse.herokuapp.com/ and will develop the client-side code on your own machine.

The students should start by checking out branch "base", which has all the necessary configurations but no actual client side code. The "master" branch contains the final state of the project.

You will then need to use bower to install the dependencies:

  sudo npm install -g bower # skip "sudo" on windows
  bower install

To access the front-end of the project, run a simple server such as http- server with client as the root directory. You will need to install bower and run

  sudo npm install -g http-server # skip "sudo" on windows
  http-server client -p 3000

(Any other static web server should do, though.)

Then point your browser to http://localhost:3000/

If you see a login screen, you are all set. You can login as "alice" with password "x", at which point you should see a list of tasks.

ngcourse's People

Contributors

yuri avatar n1cholasv avatar sethdavenport avatar e-schultz avatar brittonrangle avatar neilff avatar

Watchers

James Cloos avatar Adam Odziemkowski avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.