GithubHelp home page GithubHelp logo

rakesh-mohanta / angular2-reactive-starter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from angularclass/angular-reactive-starter

0.0 3.0 0.0 668 KB

:boom: Angular 2 Reactive Starter Kit with support for Route Async Loading, Conventions-Loader, Reactive observe-decorators, Webpack 2, and RxJS by @AngularClass

Home Page: https://angularclass.com/

License: Apache License 2.0

TypeScript 93.75% HTML 6.02% CSS 0.24%

angular2-reactive-starter's Introduction

Angular 2 Fundamentals


Angular 2 Reactive Starter

Quick start

Make sure you have Node version >= 5.0 and NPM >= 3

Clone/Download the repo then edit app.ts inside /src/app/app.ts

# clone our repo
# --depth 1 removes all but one .git commit history
git clone --depth 1 https://github.com/AngularClass/angular2-reactive-starter.git

# change directory to our repo
cd angular2-reactive-starter

# install the repo with npm
npm install

# start the server
npm start

# use Hot Module Replacement
npm run start:hmr

# if you're in China use cnpm
# https://github.com/cnpm/cnpm

go to http://0.0.0.0:3000 or http://localhost:3000 in your browser

Getting Started

Dependencies

What you need to run this app:

  • node and npm (brew install node or use nvm, Node Version Manager)
  • Ensure you're running the latest versions Node v4.x.x+ (or v5.x.x) and NPM 3.x.x+

Once you have those, you should install these globals with npm install --global:

  • webpack (npm install --global webpack)
  • webpack-dev-server (npm install --global webpack-dev-server)
  • typescript (npm install --global typescript@beta)

Starter Kit Support and Questions

Contact us anytime for anything about this repo


enjoy โ€” AngularClass



AngularClass ##AngularClass

Learn AngularJS, Angular 2, and Modern Web Development from the best. Looking for corporate Angular training, want to host us, or Angular consulting? [email protected]

angular2-reactive-starter's People

Contributors

blakeembrey avatar gitter-badger avatar jimthedev avatar kennyt avatar mchapman avatar patrickjs avatar sekibomazic avatar srt32 avatar

Watchers

 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.