Install
npm install
Usage:
$ broccoli serve
Open http://localhost:4200
If you like to use the build
$ broccoli build dist
$ http-server dist/
and open http://localhost:8080
Test:
$ npm test
Currently just a simple example of using unit tests in React for files using ES6/ES7 syntax.
Details
- All JavaScript files are transpiled with 6to5 library with enabled experimental ES7 syntax.
- For using experimental ES7 code in Jest tests, the project is using my fork of
6to5-jestpackage. - The workflow and communication between components is built using Reflux, a slighty improved Flux paradigm.
- Unit testing is provided by
Jest(https://facebook.github.io/jest/) - Using Semantic-UI framework with React components (react-semantify)
Todo: