Giter Club home page Giter Club logo

sp-angular-class's Introduction

AngularJS v1.6.1 Class Files

This is the code for Speeding Planet's AngularJS class (currently version 1.6.1)

Prerequisites

Node.js and npm are essential to Angular development.

Get it now if it's not already installed on your machine.

Verify that you are running at least node v4.x.x and npm 3.x.x by running node -v and npm -v in a terminal/console window. Older versions produce errors.

Setup

Clone or download the repository Then follow the directions appropriate to your operating system

Windows setup

Open a command prompt Change directory to your cloned/downloaded repository

npm install
bin\set-path
start npm start

Calling start npm start will open the web server in a separate window.

MacOS setup

Open a terminal window Change director to your cloned/downloaded repository

npm install
cd bin
source set-path
npm start > server.log 2>&1 &

Calling npm start > server.log 2>&1 & will run the server in the background. You can bring it back to the foreground with fg or list it with jobs.

Verification

Open a browser and navigate to http://localhost:8000/ and you should see a running server with a directory listing. Navigate to http://localhost:8000/banking and you should see the Banking application's Transactions Search page.

sp-angular-class's People

Watchers

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