An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Fullstack Express React
[![Build Status](https://travis-ci.org/jackdbd/fullstack-express-react.svg?branch=master)](https://travis-ci.org/jackdbd/fullstack-express-react) [![codecov](https://codecov.io/gh/jackdbd/fullstack-express-react/branch/master/graph/badge.svg)](https://codecov.io/gh/jackdbd/fullstack-express-react) [![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](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).