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

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

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.