Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oze4/react-express-redux-poc


https://github.com/oze4/react-express-redux-poc

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## [Live Demo Here](https://react-redux-express-poc.herokuapp.com/)

\* ***make sure you are in the root of the project before following these steps*** \*

# Setup
install dependencies for both frontend & backend

`npm run install:deps`

# Run - Development
starts both frontend & backend on different ports

`npm run dev`

# Run - Production
builds the frontend & serves it via the backend on the same port

`npm start`

---

[Helping someone on Stack Overflow](https://stackoverflow.com/questions/60793440/is-it-possible-to-call-an-actions-function-in-my-reducer-from-a-route-in-express)