Skip to content

Commit 6831fbf

Browse files
authored
Update README.md
1 parent 35e9f96 commit 6831fbf

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33

44
> ##### Futuristic, bundle-free development environment for building _Component-Driven SPA with React, Redux and TypeScript_ - utilizing power of Static Type-checking, ES.Next, CSS-Modules, Hot-reload, in-browser transpilation, tree-shaking - powered by JSPM (SystemJS & Rollup with tree-shaking)
55
6-
#### _Demo Page:_ http://piotrwitek.github.io/react-redux-typescript-starter-kit/
7-
#### _Check also minimal [Preact](https://github.com/developit/preact) + Redux starter-kit (13KB Min+Gzip):_ https://github.com/piotrwitek/preact-typescript-rollup-starter-kit
6+
#### _Demo Page:_
7+
#### - http://piotrwitek.github.io/react-redux-typescript-starter-kit/
8+
#### _Check also minimal [Preact](https://github.com/developit/preact) + Redux starter-kit (13KB Min+Gzip):_
9+
#### - https://github.com/piotrwitek/preact-typescript-rollup-starter-kit
810

911
Table of Contents
1012
1. [Innovations](#innovations)
@@ -61,7 +63,9 @@ __Until then use an alternative solution covered below:__
6163

6264
> When building for production use `npm run regenerator` command after completion of build step, this will run "regenerator" on app.js bundle. Alternatively use `npm run build:regenerator` command to automatically run "regenerator" with each production build
6365
64-
### - TESTING WITH TYPESCRIPT - writing and running tests in TypeScript runtime using source files, abstracting complicated setups and transpilation complexity (use `npm test` CLI command) - test harness using [jest](https://github.com/facebook/jest)
66+
### - TESTING WITH TYPESCRIPT
67+
- Writing and running tests in TypeScript runtime using source files, abstracting complicated setups and transpilation complexity (use `npm test` CLI command)
68+
- Test harness using [jest](https://github.com/facebook/jest)
6569

6670
### - CSS-MODULES WITH TYPED CLASS-NAMES EXPERIMENT
6771
Locally scoped CSS styles, encapsulated as ES6 Modules that can be imported in UI components, with capability to type-check CSS class-names in your components using interfaces and leverage TypeScript IntelliSense features in Editor/IDE (using [csjs](https://github.com/rtsao/csjs#faq)):

0 commit comments

Comments
 (0)