Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mbj36/react-express-boilerplate

A simple create-react-app boilerplate using express, mongoose as a backend
https://github.com/mbj36/react-express-boilerplate

expressjs mongoose nodejs reactjs

Last synced: 1 day ago
JSON representation

A simple create-react-app boilerplate using express, mongoose as a backend

Awesome Lists containing this project

README

        

# react-express-boilerpate

This is a minimum setup need to run create-react-app with custom server configuration

## how to use it

```
clone the repo

yarn install

yarn server (for running the node server)

yarn start (to run the create-react-app)
```