Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mbj36/react-express-boilerplate
- Owner: mbj36
- Created: 2018-03-23T17:27:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T18:03:10.000Z (almost 7 years ago)
- Last Synced: 2024-11-10T21:47:13.937Z (about 2 months ago)
- Topics: expressjs, mongoose, nodejs, reactjs
- Language: JavaScript
- Size: 77.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 repoyarn install
yarn server (for running the node server)
yarn start (to run the create-react-app)
```