Skip to content

WooodHead/react-redux-parse-server

 
 

Repository files navigation

UPDATE 🚨

I've started working on a new boilerplate using the new create-react-app. There's no server side rendering, but it's more "lightweight". You can check it out here 👉 create-react-app-parse-redux

React Redux Parse Server

Build Status Dependency Status devDependency Status

Getting started

  1. Install dependencies npm install
  2. Make sure you have MongoDB running locally or you've swapped out the databaseURI in src/server.js
  1. Run server and Parse npm start
  2. Open another terminal and run npm run watch-client to run Webpack to bundle files into main.js:

Environment variables

Parse has designated environment variables you can use.

Disclaimer

There are still a lot of things to tweak on this, so don't expect it to be 100% there just yet. If you have contributions, I'd be happy to check out a pull request. ⚡

About

React Redux starter app built on top of ParseServer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%