Skip to content

Basic Brunch skeleton for Angular 2 with TypeScript.

Notifications You must be signed in to change notification settings

krazygit/ng2-brunch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brunch with Angular 2

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

This is an Angular 2 application, built with Brunch.

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 66.6%
  • HTML 29.3%
  • JavaScript 4.1%