Skip to content

Universal Offline-First React app using Redux, PouchDB, Falcor and more...

License

Notifications You must be signed in to change notification settings

luandro/uor-web

Repository files navigation

This is an ambitious project that aims at creating a boilerplate for offline-first medium/large apps using latest javascript technology.

Uses express, pouchdb, falcor, falcor-express, falcor-router, falcor-http-datasource, react, redux, redux-falcor, redux-pouchdb, redux-simple-router, react-router, react-motion, radium,

Development babel, webpack, redux-devtools, react-transform

Installation

Make sure you're using Node >= 4.0.0.

	git clone https://github.com/luandro/uor-web.git
	cd uor-web

	npm install
	npm run dev     # start Express server, webpack-dev-server hot server and PouchDB server

	# production build and run
	NODE_ENV=production npm run build
	NODE_ENV=production npm run start

Usage

Run npm run dev in your terminal and play with routes/common/AppContainer.js to get a feel of the server-side rendering and client-side hot updates.

License

Copy as you like.

About

Universal Offline-First React app using Redux, PouchDB, Falcor and more...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published