Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

sam-at-work/brunch-is-good

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go to the Live Demo Site

Brunch with Angular 2

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

This is an Angular 2 (RC 1) application, built with Brunch.

Note that this version of Angular 2 has a new router and npm package structure. The router has some known issues, particularly around active link flagging.

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors