Coder Social home page Coder Social logo

digideskio / ngcourse-next Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yuri/ngcourse-next

0.0 1.0 0.0 3.17 MB

A course that teaches how to build Angular 1 applications the Angular 2 way.

CSS 1.45% JavaScript 26.69% HTML 10.77% TypeScript 61.09%

ngcourse-next's Introduction

Angular Course from rangle.io

This repository contains handout materials and code for rangle.io's AngularJS training course, focusing on building Angular 1.x applications the Angular 2 way.

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/javascript-training.html 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 the "base" branch for their session, 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 build the front end using:

  npm install

The above installs npm modules and typings for the course

Once you've done that, you can access the front-end of the project, by running npm start within the root directory of the project.

  npm start

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

The output of the bundle will go into app/__build, which can be served by any static web server.

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-next's People

Contributors

alfredya avatar bennett000 avatar brittonrangle avatar e-schultz avatar jakxz avatar kosz avatar n1cholasv avatar neilff avatar nexus-uw avatar odziem avatar rangle-varun avatar sethdavenport avatar winkervsbecks avatar wisamjs avatar xiongemi avatar yuri avatar

Watchers

 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.