Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

React Express Example

This project offers a simple example of how to set up a React project with Create React App and how to connect this app with an Express backend. React-Router is also used for routing.

Prerequisites

In order to run this project node.js and npm both need to have been installed.

Deployment

  1. Clone this repo
  2. Run npm start from react-express-example to start the Express app
  3. Run npm start from the client directory to start the React app
  4. Visit http://localhost:3000/

Built With