https://github.com/jackdbd/fullstack-express-react
A fullstack app with an Express REST API server + React SPA client
https://github.com/jackdbd/fullstack-express-react
express jsonwebtoken mongoose react redux
Last synced: 4 months ago
JSON representation
A fullstack app with an Express REST API server + React SPA client
- Host: GitHub
- URL: https://github.com/jackdbd/fullstack-express-react
- Owner: jackdbd
- License: mit
- Created: 2018-05-25T23:52:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T02:55:10.000Z (almost 6 years ago)
- Last Synced: 2025-06-07T20:05:55.434Z (about 1 year ago)
- Topics: express, jsonwebtoken, mongoose, react, redux
- Language: JavaScript
- Homepage: https://infinite-citadel-78852.herokuapp.com/
- Size: 249 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fullstack Express React
[](https://travis-ci.org/jackdbd/fullstack-express-react) [](https://codecov.io/gh/jackdbd/fullstack-express-react) [](https://renovateapp.com/)
A Full-stack app built with:
- Mongoose
- Express
- React
- Redux
- Redux-Form
- Materialize CSS
# Installation
```
git clone git@github.com: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](https://www.npmjs.com/package/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](https://github.com/facebookincubator/create-react-app).