Coder Social home page Coder Social logo

joc-angular's Introduction

Joy of Coding AngularJS session

Welcome to the Joy of Coding AngularJS session. We hope you have fun, check the Usage section below for installation instructions and instructions on loading the different environments.

- Kees, Robin, Jettro

Usage

Prerequisites

In order to build, install and develop the application the following dependencies are required:

  • Node.js, version 0.8+

All other libraries, tools and packages are installed automatically - see 'Installing dependencies' sections below for more information.

Installing dependencies

Install the npm packages the application depends on using the following command:

$ npm install

This will install the missing NPM packages as specified in npm's package.json file. After this script has succesfully been run, you can run the application.

Running the application

You can start the application like this:

$ ./script/start-server

Then navigate your browser to http://localhost:9001/ to see the GUI application running in your browser.

Loading an assignment

The session spans a total of eight assignments, each showing a different part of the Angular framework.

In this repository, we've created a branch for each of these assignments. The branch is the starting point of the assignment. The table below lists the different assignments and their corresponding branches:

# Assignment Branch name
1 Your first application assignment1-your-first
2 Scopes assignment2-scopes
3 Communicating with APIs
- Using $http assignment3-api
- Using $resource assignment3-step-resource
4 Routes assignment4-routes
5 Filters assignment5-filters
6 Directives assignment6-directives
7 Dependency Injection assignment7-di
8 Wrapping up assignment8-wrapping-up

You can load a new assignment by checking out the corresponding branch from Git.

Before loading a new assignment, your local changes need to be discarded. Perform the following commands to do this and check out the assignment1-your-first branch:

$ git clean -f .
$ git checkout .
$ git checkout assignment1-your-first

Have fun!

joc-angular's People

Contributors

kdekooter avatar robinroestenburg avatar

Watchers

 avatar  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.