Skip to content

triadjs/2016-03-triad-js-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 79.5%
  • JavaScript 13.0%
  • CSS 7.5%