fullstack-express-react

A fullstack app with an Express REST API server + React SPA client

MIT License

Stars
0
Committers
3

Fullstack Express React

A Full-stack app built with:

  • Mongoose
  • Express
  • React
  • Redux
  • Redux-Form
  • Materialize CSS

Installation

git clone [email protected]:jackdbd/fullstack-express-react.git
cd fullstack-express-react
# install the backend
yarn install
# install the frontend
cd frontend
yarn install

Usage

Thanks to concurrently, you can start both the Express server and the React client.

cd frontend
yarn dev

Note: the frontend will have hot-reloading; but the backend will not.

Credits

This project was bootstrapped with Create React App.