initial commit
Signed-off-by: Jyri Genral <jyri.eerola@jrd.fi>
This commit is contained in:
commit
a9e1501e48
12 changed files with 6006 additions and 0 deletions
13
fe/README.md
Normal file
13
fe/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
_Fork of https://github.com/mobxjs/mobx-react-typescript-boilerplate.git_
|
||||
|
||||
# React-TypeScript
|
||||
|
||||
Minimal boilerplate for a single-page app using MobX, React and TypeScript with TSX.
|
||||
|
||||
Initial run:
|
||||
|
||||
* Install Node.js
|
||||
* `yarn install`
|
||||
* `yarn start`
|
||||
|
||||
For simplicity sake Webpack Hot Module Reloading is disabled. If you want to use HMR, see the [Reactive2015 demo](https://github.com/mobxjs/mobx-reactive2015-demo) to see a valid setup.
|
||||
Loading…
Add table
Add a link
Reference in a new issue