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

https://github.com/tomarrell/react-express-skeleton

A Simple React + Express Application Skeleton
https://github.com/tomarrell/react-express-skeleton

Last synced: over 1 year ago
JSON representation

A Simple React + Express Application Skeleton

Awesome Lists containing this project

README

          

# React + Express Skeleton
A simple React and Express skeleton to get your application up and running quickly.

## Installation and Setup
Clone the repository locally.
```
git clone https://github.com/tomarrell/React-Express-Skeleton.git
```

Then install dependencies. It is recommended you use NPM, however Yarn will work as well.
```
npm i
```

## Starting the application
To run the backend service:
```
npm run backend
```
and to run the React-Redux frontend
```
npm start
```