GitXplorerGitXplorer
m

brunch-angular

public
4 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
5814dc7bcb84eb90f373239faf5ec8ba67b2e0bc

Random jasmine tests on protractor

mmarcioj committed 9 years ago
Verified
225ff07d93e778d7c67451bf321a38d041a173e8

Add e2e:watch npm script

mmarcioj committed 9 years ago
Verified
6d5d96f5835cc5ef7f168e6d4ee768fb42c5729e

Add protractor tests

mmarcioj committed 9 years ago
Verified
ce4b85a6f2c8f66ec9f5c7f774bfc343c259b73f

Stuff

mmarcioj committed 9 years ago
Verified
e91d7ee28df64ce6ce2b51974a0b7b43f34cc1b2

Initial commit

mmarcioj committed 9 years ago

README

The README file for this repository.

Brunch app

This is HTML5 application, built with Brunch.

Getting started

  • Install (if you don't have them):
    • Node.js: brew install node on OS X
    • Brunch: npm install -g brunch
    • Brunch plugins and app dependencies: npm install
  • Run:
    • brunch watch --server — watches the project with continuous rebuild. This will also launch HTTP server with pushState.
    • brunch build --production — 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