Skip to content

maarksman/EulibReactRewrite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages

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