https://github.com/itsthatguy/react-rogue
https://github.com/itsthatguy/react-rogue
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/itsthatguy/react-rogue
- Owner: itsthatguy
- Created: 2014-11-07T00:43:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-07T16:24:44.000Z (over 11 years ago)
- Last Synced: 2025-01-16T16:46:32.225Z (over 1 year ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-rogue
### Includes
* Node
* Express
* Bower
* jQuery
* Ember
* Handlebars
* Gulp
* Browserify
* Stylus
* Coffeescript
### Setup
1. Clone this repo
2. run `npm install`
### Running
1. For asset generation: `gulp watch`
2. Run the server: `npm start`
3. Browse to: `http://localhost:3002`
### Deploying
1. Create your heroku instance `heroku create`
2. Deploy `git push heroku master`
3. Dance.