Skip to content

Commit 499b033

Browse files
committed
Update and rename README.md to READM.md
1 parent f22fede commit 499b033

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md renamed to READM.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
react-es7
2-
========
1+
2+
# react-es7
3+
34

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

6-
Install
7-
=======
7+
## Install
88

99
```
1010
npm install -g broccoli-cli
1111
npm install
1212
bower install
1313
```
1414

15-
Usage
16-
=====
15+
## Usage
1716

1817
```
1918
$ broccoli serve
@@ -38,17 +37,15 @@ $ npm test
3837

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

41-
Details
42-
=======
40+
## Details
4341

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

50-
Todo
51-
====
48+
## Todo
5249

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

0 commit comments

Comments
 (0)