Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexdevero/react-mobx-react-router-boilerplate
React, React-Router, MobX, MobX-Router and Webpack (heroku-ready) boilerplate with async routes.
https://github.com/alexdevero/react-mobx-react-router-boilerplate
heroku heroku-apps heroku-ready mobx mobx-react react react-app react-router reactjs router
Last synced: about 1 month ago
JSON representation
React, React-Router, MobX, MobX-Router and Webpack (heroku-ready) boilerplate with async routes.
- Host: GitHub
- URL: https://github.com/alexdevero/react-mobx-react-router-boilerplate
- Owner: alexdevero
- License: mit
- Created: 2017-07-03T05:30:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T02:46:31.000Z (8 months ago)
- Last Synced: 2024-09-29T00:21:23.302Z (about 1 month ago)
- Topics: heroku, heroku-apps, heroku-ready, mobx, mobx-react, react, react-app, react-router, reactjs, router
- Language: JavaScript
- Homepage:
- Size: 1.59 MB
- Stars: 51
- Watchers: 4
- Forks: 5
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
🚧 This repository is no longer maintained.🚧
## React - MobX - React-Router - Webpack Boilerplate (heroku-ready)
React, MobX, React-Router and Webpack boilerplate with async routes. This boilerplate is also ready for deploying your app to Heroku.
### Table of contents
* [Install](#install)
* [Usage](#usage)
* [Support this project](#support-this-project)
* [Code of Conduct](#code-of-conduct)
* [License](#license)### Install
#### Clone this repo
```
$ git clone https://github.com/alexdevero/react-mobx-react-router-boilerplate.git
```#### Install dependencies
```
yarn
```
or
```
npm install
```### Usage
#### Start project on local server (go to localhost:1337)
```
yarn start
```
or
```
npm start
```#### Build project (in "dist" folder):
```
yarn run build
```
or
```
npm run build
```#### Preview minified production-ready bundle (go to localhost:3000)
```
yarn run preview
```
or
```
npm run preview
```#### Async component loading
Components are now loaded async with react-router-loader and the store is injected via MobX Provider.
### Support this project
Development and maintenance of this project takes a lot of time. If you want to support this project and help its author, there are few ways you can do it:
- Starring and sharing the project
- [![Donate](https://img.shields.io/badge/Donate-Paypal-brightgreen.svg?colorB=259cd2)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YKLGUUB34ASEL)—make one-time donations via PayPal.
- [![Donate](https://img.shields.io/badge/Donate-Patreon-brightgreen.svg?colorB=f86213)](https://www.patreon.com/alexdevero)—set up monthly donation via Patreon and get interesting news about what I'm doing.
- —send bitcoins or ethereum to this address: `19jHGagJWeVvuNjN3kaBoAszXd9ea9gKzp`.Thank you!
### Code of Conduct
[Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.
### License
MIT © [Alex Devero](https://alexdevero.com).