Skip to content

Commit 114b677

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

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
Install
1+
= react-es7
2+
3+
Example of AMD based project using React + Reflux + routing + ES6 with experimental ES7 syntax + Semantic-UI
4+
5+
== Install
26

37
```
48
npm install -g broccoli-cli
59
npm install
610
bower install
711
```
812

9-
Usage:
13+
== Usage:
1014

1115
```
1216
$ broccoli serve
@@ -31,15 +35,15 @@ $ npm test
3135

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

34-
Details
38+
== Details
3539

3640
* All JavaScript files are transpiled with [6to5](https://6to5.org/) library with enabled [experimental ES7 syntax](https://6to5.org/features.html).
3741
* 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.
3842
* 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.
3943
* Unit testing is provided by [Jest](https://facebook.github.io/jest/).
4044
* Using [Semantic-UI](http://semantic-ui.com/) framework with React components ([react-semantify](http://react-components.com/component/react-semantify)).
4145

42-
Todo:
46+
== Todo:
4347

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

0 commit comments

Comments
 (0)