Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timarney/cra-mobx-reactrouter
Craft Template - MobX + React Router
https://github.com/timarney/cra-mobx-reactrouter
create-react-app mobx reactjs
Last synced: 3 days ago
JSON representation
Craft Template - MobX + React Router
- Host: GitHub
- URL: https://github.com/timarney/cra-mobx-reactrouter
- Owner: timarney
- License: mit
- Created: 2017-02-03T16:33:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T19:35:21.000Z (over 7 years ago)
- Last Synced: 2024-10-30T13:38:45.611Z (9 days ago)
- Topics: create-react-app, mobx, reactjs
- Language: JavaScript
- Homepage:
- Size: 909 KB
- Stars: 12
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- -awesome-create-react-app - Craft Template - MobX + React Router - CRA Template with Mobx and Router (CRAFT Templates)
- awesome-create-react-app - Craft Template - MobX + React Router - CRA Template with Mobx and Router (CRAFT Templates)
README
#Install
```javascript
npm install -g craftool
craft MyApp https://github.com/timarney/cra-mobx-reactrouter/archive/master.zip
```
The build script will give you fully static rendered pages see: [demo output](https://cluttered-year.surge.sh)Note: **This is just a template** - you can clone the repo and add remove whatever you need. That said you can easily create your own using [CRAFT](https://github.com/stoyan/craft).
####This project was bootstrapped with:
* [Create React App](https://github.com/facebookincubator/create-react-app)
* [CRAFT](https://github.com/stoyan/craft)
* [React App Rewired](https://github.com/timarney/react-app-rewired)####Static Rendering + Hot reload via @superhighfives
* ⭐ [An Almost Static Stack](https://medium.com/superhighfives/an-almost-static-stack-6df0a2791319#.jf4l1a8eq)