You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,11 @@ $ http-server dist/
21
21
22
22
Open: `http://localhost:8080`
23
23
24
-
* All JavaScript files are transpiled with 6to5 library with enabled experimental ES7 (see: https://6to5.org/features.html).
24
+
* All JavaScript files are transpiled with 6to5 library with enabled experimental ES7 syntax (see: https://6to5.org/features.html).
25
25
26
-
* For using experimental ES7 code in Jest tests, the project is using my fork of `6to5-jest`package (https://github.com/hipertracker/6to5-jest)
26
+
* For using experimental ES7 code in `Jest` tests, the project is using my fork of `6to5-jest`package (https://github.com/hipertracker/6to5-jest)
27
27
28
-
* The workflow and communication between components is built using Reflux (https://github.com/spoike/refluxjs), a slighty modified (improved) Flux paradigm.
28
+
* The workflow and communication between components is built using `Reflux` (https://github.com/spoike/refluxjs), a slighty modified (improved) Flux paradigm.
29
29
30
30
* Unit testing is provided by (recomended by Facebook) `Jest` library (https://facebook.github.io/jest/)
0 commit comments