Skip to content

Commit 1c1c856

Browse files
authored
Update README.md
1 parent 9b26a1a commit 1c1c856

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## _React v15.3.1 / Redux v3.5.2 / TypeScript v2.0_ - starter-kit
2-
> ### (Hot-Reload / React-Router / Seamless-Immutable / Fetch / JSPM / SystemJS / Rollup)
2+
#### __(Hot-Reload / React-Router / Seamless-Immutable / Fetch API / JSPM / SystemJS / Rollup)__
33

44
> ##### Futuristic, production-ready development environment for building _Component-Driven, Flux Single Page Applications with React, Redux and TypeScript_ - utilizing power of Static Type Checking, ES2016, Async/Await, ES Modules, Linting, Reliable Hot-Reload, Git-Hooks, in browser (on-the-fly) transpilation, bundling with Rollup - powered by JSPM / SystemJS / Rollup.
55
@@ -81,8 +81,7 @@ Check yourself using this easy test procedure:
8181
│ ├── services # modules abstracting communication with web services
8282
│ ├── typings # custom TypeScript definitions
8383
│ ├── utils # app utility modules
84-
│ ├── app.tsx # app entry module
85-
│ ├── router.tsx # app routes module
84+
│ ├── app.tsx # app entry module with routing config
8685
│ ├── store.tsx # app store module
8786
│ ├── test-runner.tsx # test suites config
8887
│ └── tsconfig.tsx # TypeScript compiler config

0 commit comments

Comments
 (0)