zenithtekla / ng2-brunch

forking Colin_Bate Brunch skeleton to include SCSS and some other perks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

forking Colin_Bate Brunch skeleton to include SCSS and some other perks


Languages

Language:TypeScript 65.8%Language:HTML 12.6%Language:CSS 11.3%Language:JavaScript 9.1%Language:Shell 1.1%