https://github.com/digitaloptimizationgroup/isomorphic-react-base-app
https://github.com/digitaloptimizationgroup/isomorphic-react-base-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/digitaloptimizationgroup/isomorphic-react-base-app
- Owner: DigitalOptimizationGroup
- License: apache-2.0
- Created: 2015-09-22T10:49:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-30T15:00:56.000Z (over 9 years ago)
- Last Synced: 2025-01-21T08:31:53.497Z (5 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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