Skip to content

Commit f22fede

Browse files
committed
Update README.md
1 parent 114b677 commit f22fede

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
= react-es7
1+
react-es7
2+
========
23

34
Example of AMD based project using React + Reflux + routing + ES6 with experimental ES7 syntax + Semantic-UI
45

5-
== Install
6+
Install
7+
=======
68

79
```
810
npm install -g broccoli-cli
911
npm install
1012
bower install
1113
```
1214

13-
== Usage:
15+
Usage
16+
=====
1417

1518
```
1619
$ broccoli serve
@@ -35,15 +38,17 @@ $ npm test
3538

3639
Currently just a simple example of using unit tests in React for files using ES6/ES7 syntax.
3740

38-
== Details
41+
Details
42+
=======
3943

4044
* All JavaScript files are transpiled with [6to5](https://6to5.org/) library with enabled [experimental ES7 syntax](https://6to5.org/features.html).
4145
* For using experimental ES7 code in [Jest](http://facebook.github.io/jest/docs/tutorial-react.html) tests, the project is using [my fork](https://github.com/hipertracker/6to5-jest) of `6to5-jest` package.
4246
* The workflow and communication between components is built using [Reflux](https://github.com/spoike/refluxjs), a slighty [improved](http://blog.krawaller.se/posts/reflux-refinement/) Flux paradigm.
4347
* Unit testing is provided by [Jest](https://facebook.github.io/jest/).
4448
* Using [Semantic-UI](http://semantic-ui.com/) framework with React components ([react-semantify](http://react-components.com/component/react-semantify)).
4549

46-
== Todo:
50+
Todo
51+
====
4752

4853
* Add more unit tests showing [Jest](http://facebook.github.io/jest/) testing ES5/ES7 code.
4954
* Add [Yeoman](http://yeoman.io/) project with options to choose SASS/Less/Stylus and Bootstrap/Semantic-UI.

0 commit comments

Comments
 (0)