gaoshang212 / electron-typescript-react-mobx-boilerplate

A electron boilerplate with React, MobX and Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A electron boilerplate with React, MobX and Typescript


Languages

Language:TypeScript 39.4%Language:JavaScript 36.7%Language:CSS 20.8%Language:HTML 3.1%