Skip to content

hipertracker/react-es7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-es7

Example of React + Flow types + Reflux + routing + ES6 with experimental ES7 syntax + Semantic-UI

If for some reasons you can't or don' want to use Node for file processing, you can use hipertracker/react-babel. It uses only the browser but with AMD. All ES6 files are transpiled only once (during module loading), and cached.

Install

npm install -g broccoli-cli
npm install

Usage

  • fast processing in memory:
broccoli serve

or

npm start
  • with watcher and generating files:
broccoli-timepiece dist
http-server dist/ -p 4200

Open http://localhost:4200

  • building files for production (minified, mangled and compressed):
BROCCOLI_ENV=production broccoli build dist

Test and code coverage:

$ npm test

Also code coverage in the browser:

npm run coverage

Todo

About

React + Flow types + routing + ES6 with experimental ES7 syntax + Reflux + Semantic-UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published