Skip to content

miconblog/parse-react-redux-router-intl

Repository files navigation

Build Status Dependency Status devDependency Status

ParseSever + React + Redux + Router + Intl + Antd

Installation

$> npm install

Development with webpack devServer

$> npm start

If you want to save your state to your ParseServer, you have to run it.

$> cd parse-server
$> node index.js

Production with ParseServer

1. Build your react code and deploy to your ParseServer

$> npm run build

2. Run MongoDB

if you like HomeBrew, it is only for MacOS

$> brew install mongo
$> mongod --config /usr/local/etc/mongod.conf 

3. Run your ParseServer

$> cd parse-server
$> node index.js 

Project Structure

- app/              --- For React
- parse-server/     --- For ParseServer
- public/           --- For webpack devServer static root

How to Contribute

  • whatever you want, give me your PR

Documentation

Reference

  1. i18n https://github.com/mxstbr/react-boilerplate

  2. async router http://mxstbr.blog/2016/01/react-apps-with-pages/

About

Boilerplate for ParseSever + React + Redux + Router + Intl + Antd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published