Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.9 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.9 KB

react-podio-universal

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:

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

Screenshot

Installation

$ npm install

Development

# start express server
$ npm run start-dev

# start webpack development server
$ npm run webpack-dev

Production

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

License

MIT