Code Monkey home page Code Monkey logo

ndc_oslo_angularjs's Introduction

ndc_oslo_angularjs

Code for the NDC Oslo AngularJS Workshop

The code supports two server environments: .NET or Node.js. You can use either technology as the server for the workshop.

Note: some parts of the course will be using Node.js tools regardless of the server environment you choose to work with. Node is easy to install.

To Use A .NET Server

Go to servers/webapi and open AtTheMovies.sln in Visual Studio 2013. Build the solution to restore all NuGet packages.

There are two project inside. AtTheMovies is the server for the workshop. We won't make any changes here, but you do want to make sure the project is set to be the start project. Press CTRL+F5 to run, and the server should listen on port 8080.

Use a browser and navigate to http://localhost:8080 to make sure the server is functioning.

The clients project in this solution is the place where we will be editing files and adding code for AngularJS. You never want to launch or execute this project, it is for file editing only.

To Use A Node.js Server

Make sure you have bower and grunt-cli installed globally.

    npm install bower -g
    npm install grunt-cli -g

Go to the clients folder and run:

    bower install

Go to the servers\node folder and run:

    npm install
    grunt

You should now have a server running at http://localhost:3000, try it in a browser to make sure the server is running properly.

ndc_oslo_angularjs's People

Contributors

odetocode avatar jgraber avatar ollejacobsen avatar

Watchers

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