eaTong / electron-mobx

fast starter for react && mobx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

electron-mobx

Maybe this is the most lightweight starter for electron & MobX.

As I said this is a lightweight starter,you may need to add another loader or plugins yourself such as less-loader to use less in your project or sass-loader to use sass,it's all up to you.I'm just trying to make it as simple as it could be.

how to start development

Just cd to this directory and run npm start.

hot to build

Simple run npm run build as start.

Persist?

If you want to persist your data ,such as storage in mySQL ,you can see my another project :electron-mobx-member.

platform support

All platform has been tested already.

About

fast starter for react && mobx

License:MIT License


Languages

Language:JavaScript 97.3%Language:HTML 2.2%Language:CSS 0.4%