Migrated to Webpack, MobX
This commit is contained in:
parent
c1ae765a16
commit
1256b8e27c
13 changed files with 2445 additions and 7203 deletions
17
README.md
17
README.md
|
|
@ -1,22 +1,9 @@
|
|||
# React-TypeScript
|
||||
|
||||
Minimal boilerplate for a single-page app using Mobservable, Mobservable-React, React, TypeScript 1.6 with TSX, and Visual Studio Code.
|
||||
Minimal boilerplate for a single-page app using MobX, React and TypeScript with TSX.
|
||||
|
||||
Initial install:
|
||||
Initial run:
|
||||
|
||||
* Install Node.js
|
||||
* `npm install -g tsd`
|
||||
* `npm install`
|
||||
* `tsd install`
|
||||
|
||||
Build:
|
||||
|
||||
* `npm run build`
|
||||
|
||||
To view the app:
|
||||
|
||||
* `npm start`
|
||||
|
||||
## Credits
|
||||
|
||||
This repo has been forked from the [React Typescript boilerplate](https://github.com/bvanreeven/react-typescript) repo.
|
||||
Loading…
Add table
Add a link
Reference in a new issue