Coder Social home page Coder Social logo

www3838438 / flask-react-bootstrap Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gabrielfalcao/flask-react-bootstrap

0.0 3.0 0.0 1.12 MB

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

Makefile 0.83% Python 69.59% JavaScript 23.93% CSS 1.36% HTML 4.29%

flask-react-bootstrap's Introduction

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

flask-react-bootstrap's People

Contributors

gabrielfalcao avatar jcfigueiredo avatar

Watchers

James Cloos avatar  avatar 长毛是狗 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.