fukkenrf/fe
Jyri Genral a9e1501e48 initial commit
Signed-off-by: Jyri Genral <jyri.eerola@jrd.fi>
2020-09-06 12:20:23 +02:00
..
src initial commit 2020-09-06 12:20:23 +02:00
index.html initial commit 2020-09-06 12:20:23 +02:00
LICENSE initial commit 2020-09-06 12:20:23 +02:00
package.json initial commit 2020-09-06 12:20:23 +02:00
README.md initial commit 2020-09-06 12:20:23 +02:00
server.js initial commit 2020-09-06 12:20:23 +02:00
tsconfig.json initial commit 2020-09-06 12:20:23 +02:00
webpack.config.js initial commit 2020-09-06 12:20:23 +02:00
yarn.lock initial commit 2020-09-06 12:20:23 +02:00

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 to see a valid setup.