Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oze4/react-express-redux-poc
https://github.com/oze4/react-express-redux-poc
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oze4/react-express-redux-poc
- Owner: oze4
- Created: 2020-03-21T23:51:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T06:28:45.000Z (about 2 years ago)
- Last Synced: 2023-03-03T22:23:43.804Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://react-redux-express-poc.herokuapp.com/
- Size: 32.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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)