Git Product home page Git Product logo

simple-flask-react-template's Introduction

simple-flask-react-template

An application template in Python, Flask and ReactJS.

Main Technologies:

  • Python
  • pip
  • Flask
  • Javascript
  • ReactJS
  • NPM
  • webpack
  • CSS
  • Docker

Building the application:

Option 1: python server

  1. use pip to install the requirements of the server:
    $ pip install -r requirements.txt
    Obs.: I highly recommend to use a virtual env to avoid dependency conflicts.

  2. change directory to static folder:
    $ cd static

  3. install front end dependencies:
    $ npm install
    (dev-only):
    $ npm i webpack --save-dev
    $ npm i babel-core babel-loader babel-preset-es2015 babel-preset-react --save-dev
    $ npm i react react-dom --save-dev

  4. build the front end:
    $ npm run build
    Obs.: You can use 'npm run watch' to avoid building the front end everytime a change is made.

  5. change to main directory:
    $ cd ..

  6. run the server:
    $ python server.py

  7. access via browser http://localhost:5000 and you are good to go :)

Option 2: Docker

  1. build the application:
    $ docker-compose build

  2. run the server:
    $ docker-compose up

  3. access via browser http://localhost:5000 and you are good to go :)

simple-flask-react-template's People

Contributors

rbarbaresco avatar walterli97 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.