Giter Club home page Giter Club logo

ng2-minimal's Introduction

ng2-minimal

A minimal Angular 2 seed project. This is the simplest possible setup for getting started with Angular 2 using the SystemJs module loader. Its ideal for use as a learning playground for quickly trying out an idea or building a component.

The way that it works is that there are two bundles:

  • the dependencies bundle that only gets build once
  • the application bundle, that gets rebuilt everytime you edit a Typescript file

This makes for a good first experience in Angular 2: The application starts up fast, and there are only a few network requests. But still iterative development is available: just hit Ctrl+S and your changes are applied.

The project uses a very simple build based on npm-run-all and nodemon. This build is both powerful and simple, and makes for a good starting point for a beginner, as it has a lot of features without being overwhelming.

Clone it and start using Angular 2 in seconds!

Installation

No global dependencies are needed. After cloning the repo, run the following commands:

npm install
npm start 

Then open a browser at the following url:

http://localhost:8080

And there you have it, a minimal Angular 2 App up and running. You're all set!

Credit

This repo is based on the RC0 demo made by Rob Wormald. Go check it out for other examples (like Webpack 2).

This repo was originally based on the ng2-play seed repo, check it out.

ng2-minimal's People

Stargazers

 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.