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

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

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
```