Skip to content

ian-leggett/react-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple app that runs React with a Node layer + Express.js

Description

This can be useful if you want to run React against an API, all requests to the API can then be handled in Express via the node layer hiding your actual API requests.

Getting started

You will need to install dependencies in both the server and client.

In the root dir run npm install, then in the client dir run npm install

Then from the root dir run npm run dev

Enjoy...

About

React app boilerplate with express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published