All Projects → gabrielfalcao → Flask React Bootstrap

gabrielfalcao / Flask React Bootstrap

Flask + ZeroMQ + ReactJS + Webpack + Bootstrap + Socket.IO

Programming Languages

javascript
184084 projects - #8 most used programming language

Flask + ZeroMQ + ReactJS + Webpack + Bootstrap + Socket.IO

Buzzwords...

screenshot.png

But this is the truth: By cloning this repo and following the instructions you might get a working flask app that can ping arbitrary domains when the client asks for it.

The client is a webpack-powered, ReactJS app styled by bootstrap.

Get it running in less than 300 seconds

step 1/5: install python dependencies

please be tidy, do this in a virtualenv

mkvirtualenv flask-react
pip install -r requirements.txt

step 2/5: install npm dependencies

and enure that the executables are visible in the PATH

npm install
export PATH=`pwd`/node_modules/bin:$PATH

step 3/5: compile assets with webpack

webpack will turn the

make static

step 4/5: run the app

this will also serve the static files

make run

step 5/5: run the zmq workers

make workers

Open source projects used

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].