React + Express rewrite of a one-page encyclopedia project. Froked from sample repo fo Udemy course "Modern React with Redux"
Ignore the contents of the main folder.
- In 'react-backend' folder, start express backend by setting 'PORT' variable to 3001 and runing "node bin/www"
- Separately in "client" folder, run 'npm start' to start react frontend
- Go to "localhost:3000" in your browser to see the react rendering to the client. Use "fetch" function in reactand json routes in the index.js files of express.