Skip to content

nburgess/react-express-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Quick example for creating a React application with an Express backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published