Front-end boilerplate in TypeScript using React+MobX+Webpack
Find a file
Jyri Genral 4ac69b72c5 Add webshop stuff
Signed-off-by: Jyri Genral <jyri.genral@protonmail.ch>
2021-02-01 20:34:28 +01:00
data Add webshop stuff 2021-02-01 20:34:28 +01:00
src Add webshop stuff 2021-02-01 20:34:28 +01:00
static Add webshop stuff 2021-02-01 20:34:28 +01:00
.gitignore Add dist directory to gitignore 2019-12-28 21:01:10 +01:00
index.html CSS build changes et al 2020-05-02 13:12:27 +02:00
LICENSE More idiomatic project setup 2015-12-14 13:08:26 +01:00
package.json Dep updates 2021-02-01 20:33:21 +01:00
README.md Minor updates and changes 2019-12-28 21:00:27 +01:00
server.js Update deps and typings, disable hot reload 2016-09-19 00:13:36 +04:00
tsconfig.json CSS build changes et al 2020-05-02 13:12:27 +02:00
webpack.config.js CSS build changes et al 2020-05-02 13:12:27 +02:00
yarn.lock Dep updates 2021-02-01 20:33:21 +01: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.