This is an evolving project that's meant to be a framework that entices new ideas and challenges existing ones. Written in flask
and react
and contains no real purpose at this time.
- Overdrive - Flask-React
- Table of contents
- Usage
- Installation
- Updating
- Uninstallation
- Contributing
- License
Getting started is pretty easy when docker community edition is installed.
Navigate to localhost
and enjoy!
-
Install docker community edition
-
Clone the repo
git clone https://github.com/iamjohnnym/flask-react
cd flask-react
-
Build the
flask-react
project.make build
-
Test the build
make test
-
In your favorite browser nagivate to:
localhost
Want to update to the latest version of flask-react
? Nagivate to your project dir and pull the repo down.
cd ~/path/to/flask-react
git pull
make down # shut down all docker-compose related services
cd ../ # move down one directory
rm -rf flask-react # delete project directory
Your contributions are always welcome! Please have a look at the contribution guidelines first.
Apache License, Version 2.0 2018 - Johnny Martin. Please have a look at the LICENSE.md for more details.