/electron-typescript-react-mobx-boilerplate

A electron boilerplate with React, MobX and Typescript

Primary LanguageTypeScript

Electron Boilerplate with React, MobX & TypeScript

A bare minimum react-mobx-webpack-typescript boilerplate with TodoMVC example.

Note that this project does not include Server-Side Rendering, Testing Frameworks and other stuffs that makes the package unnecessarily complicated.

Ideal for creating React apps from the scratch.

See also:

Contains

Build tools

Package tools

Setup

$ npm install

Running

$ npm run build
$ npm start

Dev

$ npm run dev

Code Format

$ npm run prettier

License

MIT