All Projects → spyl94 → react-brunch-demo

spyl94 / react-brunch-demo

Licence: MIT license
An ES6 React & Redux application compiled by Brunch and linted with Eslint.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-brunch-demo

typescript-brunch
Adds TypeScript support to Brunch
Stars: ✭ 27 (-12.9%)
Mutual labels:  brunch
brunch-vue-barebones
A Barebones Brunch Skeleton for Vue.js
Stars: ✭ 54 (+74.19%)
Mutual labels:  brunch
Brunch
🍴 Web applications made easy. Since 2011.
Stars: ✭ 6,801 (+21838.71%)
Mutual labels:  brunch
flask-elm-starter-kit
Simple starter kit/boilerplate to get started with Flask, Elm and Brunch.
Stars: ✭ 31 (+0%)
Mutual labels:  brunch
brunch-chicken-and-waffles
Brunch skeleton with CoffeeScript, LESS, Angular, and AngularUI with Bootstrap 3
Stars: ✭ 13 (-58.06%)
Mutual labels:  brunch
less-brunch
Adds LESS support to Brunch
Stars: ✭ 14 (-54.84%)
Mutual labels:  brunch
brunch-wordpress-theme
WordPress Starter Theme That Uses Brunch, Bower, And Bootstrap
Stars: ✭ 15 (-51.61%)
Mutual labels:  brunch
fingerprint-brunch
A brunch plugin for cache busting assets
Stars: ✭ 15 (-51.61%)
Mutual labels:  brunch

react-brunch-demo

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.

Getting started

  • Install (if you don't have them):
    • Node.js: brew install node on OS X
    • Yarn: brew install yarn on OS X
    • Brunch: yarn global add brunch --prefix /usr/local
    • Brunch plugins and dependencies: yarn 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. Write your code in app/ dir.
    • Place static files you want to be copied from app/assets/ to public/. Ideal for images, fonts...
    • Brunch site, Getting started guide

Flow

Flow is enabled on all files. yarn run typecheck

Intl

Messages are extracted in ./intl/messages.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].