Skip to content

A React app served on Webpack Devserver that proxies requests to an Express backend. The rest is up to you.

Notifications You must be signed in to change notification settings

eppalea/rosies_finds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rosies Finds

React/Express project under construction! Once complete it will be a site for our client to sell their second hand finds.

Final Product

""

""

""

Getting Started

You need TWO terminal windows/tabs for this (or some other plan for running two Node processes).

In one terminal, cd into react-front-end. Run npm install or yarn to install the dependencies. Then run npm start or yarn start, and go to localhost:3000 in your browser.

In the other terminal, cd into express-back-end. Run npm install or yarn to install the dependencies, then npm start or yarn start to launch the server.

Dependencies

  • body-parser
  • dotenv
  • express
  • nodemon
  • pg
  • pg-native
  • axios
  • react router dom

Using Application

About

A React app served on Webpack Devserver that proxies requests to an Express backend. The rest is up to you.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •