Skip to content

maarksman/EulibReactRewrite

 
 

Repository files navigation

Eulib React Rewrite

React + Express rewrite of a one-page encyclopedia project. Froked from sample repo fo Udemy course "Modern React with Redux"

Getting Started

Ignore the contents of the main folder.

  1. In 'react-backend' folder, start express backend by setting 'PORT' variable to 3001 and runing "node bin/www"
  2. Separately in "client" folder, run 'npm start' to start react frontend
  3. 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.

About

Forked from starter pack for an awesome Udemy course

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 73.3%
  • HTML 21.5%
  • CSS 5.2%