Skip to content

Basic Brunch skeleton for Angular 2 with TypeScript.

Notifications You must be signed in to change notification settings

RamEduard/ng2-brunch

 
 

Repository files navigation

Brunch with Angular 2

Join the chat at https://gitter.im/colinbate/ng2-brunch

This is an Angular 2.0.0 application, built with Brunch.

Note that this version of Angular 2 uses an updated module mechanism, along with forms and router which were introduced during the RC phase of the project. Do check out the Angular 2 site if you want more info.

Getting started

  • Install (if you don't have them):
    • Node.js: brew install node on OS X (or download installer from site). Requires a fairly recent version of Node.
    • Brunch: npm install -g brunch (optional)
    • Brunch plugins and dependencies: npm install.
  • Run:
    • npm start — watches the project with continuous rebuild. This will also launch HTTP server with pushState.
    • npm run build:prod — builds minified project for production
  • Learn:
    • public/ dir is fully auto-generated and served by HTTP server. Write your code in app/ dir.
    • Place static files you want to be copied from app/assets/ to public/.
    • Brunch site, Getting started guide

About

Basic Brunch skeleton for Angular 2 with TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.1%
  • HTML 13.4%
  • CSS 9.1%
  • JavaScript 8.4%