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

https://github.com/digitaloptimizationgroup/isomorphic-react-base-app


https://github.com/digitaloptimizationgroup/isomorphic-react-base-app

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Base React App

This is using fluxible from yahoo, including fetchr. And using react-router for routing.

## Usage

Run `npm install` from the root to install needed dependencies.

Dev with hot loading
```bash
$ npm run dev;
```

Production
```bash
$ npm build
$ npm run prod
```

Open http://localhost:3000