Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 687 Bytes

readme.md

File metadata and controls

40 lines (22 loc) · 687 Bytes

Triad JS meetup March 9 2016

Talking about JS dev-time tools.

Brunch

A tool for building your front-end app!

Commands

Create a new bare-bones brunch project

brunch new my-app

Create project with brunch with babel compilation support

brunch new my-app -s es6

Create project with brunch with babel + react/jsx support

brunch new my-app -s react

Build

brunch b

Watch w/Server

brunch w -s

Watch w/Server on specific port

brunch w -s -P 12345

Resources

Main Site Registered Skeletons Docs Guide