This is a demo for a frontend application, powered by React & Redux, written in ES6, typed with Flow, tested with Jest and built with Brunch.
- Install (if you don't have them):
- 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. Write your code inapp/
dir.- Place static files you want to be copied from
app/assets/
topublic/
. Ideal for images, fonts... - Brunch site, Getting started guide
Flow is enabled on all files.
yarn run typecheck
Messages are extracted in ./intl/messages
.