https://github.com/jimthedev/react-webpack-horizon
https://github.com/jimthedev/react-webpack-horizon
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jimthedev/react-webpack-horizon
- Owner: jimthedev
- Created: 2016-08-05T18:47:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-10T14:05:12.000Z (almost 9 years ago)
- Last Synced: 2025-01-17T03:42:56.329Z (4 months ago)
- Language: JavaScript
- Size: 554 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Webpack Horizon (w/dokku)
This is a React/Webpack project using Horizon.io (RethinkDB). It is designed specifically so that can be used on Digital Ocean in a dokku (Heroku clone) environment.
See rough instructions and notes here:
https://gist.github.com/jimthedev/f36c2ebd5fd5a4b4183b0145932277bb
# Production deployment workflow
These assume you've already added a new git remote called `deploy` that points to dokku.
```
npm run build:prod
git add .
git commit -m "My changes here."
npm run deploy
```Author:
https://twitter.com/jimthedev