Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 210 Bytes

File metadata and controls

31 lines (21 loc) · 210 Bytes

React-Browserify Boilerplate

run dev server:

$ make dev

run tests:

$ make test

run validate:

$ make validate

run server:

$ make start

run build:

$ make build