/express-react-redux-falcor

A quick and dirty demonstration of express, falcor, react, and redux

Primary LanguageJavaScript

Description

This is a quick and dirty setup that showcases how Falcor on the server works with Redux on the client.

Start

// clone repo
git clone https://github.com/jhartma/express-react-redux-falcor.git

// install dependencies
npm install

// Start server
npm run dev:server

// Start client
npm run dev:client

the app is available at localhost:8080

Stack

  • Babel 6
  • Webpack
  • React
  • React Router
  • Immutable
  • Redux
  • EsLint
  • Falcor
  • Sequelize