Yet another starter boilerplate app, that I have put together heavily inspired by @erikras with react-redux-universal-hot-example, but that I wanted to integrate with Podio Platform to show how fast and easy we can prototype on top of it.
This app demoes the already classic todomvc
app from gaearon/redux, adding the integration with Podio Platform as a backend.
The stack is the following:
- Universal Javascript rendering
- React
- React Router
- Express
- Babel
- Webpack and Webpack-dev-server
- React Hot Loader
- Redux
- Redux Dev Tools
- Podio Platform
If you want to prototype web apps using the bleeding edge web technologies, supported by an out-of-the-box backend, you probably should take a look at this repo. PR and issues, are more than welcome :)
## Demo
$ npm install
# start express server
$ npm run start-dev
# start webpack development server
$ npm run webpack-dev
WIP
## Disclaimer
This is still WIP, so there are a few corners that were cut like:
- podio server|client authentication
- bootstraping podio apps on first login