Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirinzhang/react-webpack-mobx
A react boilerplate with webpack, React-router and Mobxjs.
https://github.com/mirinzhang/react-webpack-mobx
eslint mobx react react-router webpack2
Last synced: 28 days ago
JSON representation
A react boilerplate with webpack, React-router and Mobxjs.
- Host: GitHub
- URL: https://github.com/mirinzhang/react-webpack-mobx
- Owner: mirinzhang
- Created: 2016-11-21T06:26:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T03:47:13.000Z (over 7 years ago)
- Last Synced: 2024-10-10T13:23:50.555Z (28 days ago)
- Topics: eslint, mobx, react, react-router, webpack2
- Language: JavaScript
- Homepage:
- Size: 116 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Instruction
> A react boilerplate with webpack(2.2.1)、React-router(3.0.2)、Mobxjs(3.1.0) and fetch(2.0.2)
### Usage
#### Installation
`npm i -g yo`
`npm i -g generator-react-webpack-mobx`
#### Create Project
`yo react-webpack-mobx ` or `yo react-webpack-mobx`
#### Run
`cd `
`npm run dev` or `yarn dev`