https://github.com/orgoldfus/react-express
A boilerplate for quick start with react & express apps
https://github.com/orgoldfus/react-express
biolerplate express react
Last synced: about 1 month ago
JSON representation
A boilerplate for quick start with react & express apps
- Host: GitHub
- URL: https://github.com/orgoldfus/react-express
- Owner: orgoldfus
- License: mit
- Created: 2017-10-01T07:49:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T08:26:45.000Z (over 8 years ago)
- Last Synced: 2025-02-10T18:11:19.096Z (over 1 year ago)
- Topics: biolerplate, express, react
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-express
A basic isomorphic JavaScript application with [React](http://facebook.github.io/react/), and [Express](expressjs.com).
### Installation
```bash
yarn install
```
### Running the app
```bash
yarn start
```
### Building with webpack
```bash
npm run build:watch # Watch for changes and rebuild
npm run build # One-off build
```