https://github.com/nukeop/smoke
steam client powered by flask and react.js
https://github.com/nukeop/smoke
Last synced: over 1 year ago
JSON representation
steam client powered by flask and react.js
- Host: GitHub
- URL: https://github.com/nukeop/smoke
- Owner: nukeop
- Created: 2017-05-26T16:03:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T22:48:32.000Z (about 9 years ago)
- Last Synced: 2025-02-09T05:32:50.789Z (over 1 year ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
1. `npm run pyinit`
2. `source venv/bin/activate`
3. `npm run pyinstall`
4. `npm install`
# Running
1. `npm run watch` (optional - dev mode)
This starts the webpack daemon that monitors the react frontend for changes.
2. `npm start`
This starts the Flask server.