Git Product home page Git Product logo

angular2-sandbox-guildrunner's Introduction

angular2-sandbox-guildrunner

The GuildRunner web application is a sandbox project for learning how to build Angular 2 web applications through research and experimentation. Blog posts concerning the evolution of the project can be found at http://www.thoughtdelimited.org/thoughts

Angular / Angular CLI Version Notes

As of release 0.0.2, this application is built around Angular 2 release candidate 4 (RC4) and Angular CLI version beta.10. So it does not utilize Webpack as its module loader (it uses SystemJS), nor does it use the @ngModule decorator introduced in Angular 2 RC5.

Installation Instructions

To download and execute this web application on your own system, perform the following steps:

  1. Install node.js on your system if you don't already have it.

  2. Perform a global install the latest version of Angular CLI that uses SystemJS as its module loader.

    1. The current version of Angular CLI still uses SystemJS, so you can perform the install with the following command: npm install -g angular-cli.
    2. In the near future, Angular CLI will use Webpack as its module loader, at which point you would need to install the last SystemJS version rather than the current CLI version.
  3. Download the repo to a project folder on your system.

  4. Open a terminal/command prompt in the project folder and execute the following commands:

    1. npm install to download and install the necessary node modules (this will take at least a few minutes)
    2. ng serve, which will create a "dist" folder in the project and will serve the application

Release Highlights

0.0.2

  • Added Bootstrap navigation bar
  • Added routing
  • Created guild, address, and member data and domain classes
  • Created "sandbox" area of application to hold experimental/diagnostic features
  • Created guild master list component to display data from instances of the Guild domain class

0.0.1

  • Basic application foundation established.
  • Added in-memory web API to application to make use of mock data.
  • Created "db" folder to hold mock data exports.

angular2-sandbox-guildrunner's People

Contributors

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