Skip to content

A production ready boilerplate for running a universal javascript app with React, Webpack and Podio

License

Notifications You must be signed in to change notification settings

albertfdp/react-podio-universal

Repository files navigation

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

About

A production ready boilerplate for running a universal javascript app with React, Webpack and Podio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages