All Projects → rikenmehta03 → flask-to-do

rikenmehta03 / flask-to-do

Licence: other
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects
Dockerfile
14818 projects

flask-to-do

This is basic to-do app using flask + react + docker. To run this on local machine, follow these steps after cloning the repository. Assuming that docker & docker-compose are already configured on your machine.

Install npm dependencies

yarn install

To start and load the front-end app from docker container.

yarn run build
docker-compose up --build

You will be able to access the app on http://localhost:4000

To run UI in webpack-dev-server & backend in docker container.

docker-compose up --build
yarn run serve

You will be able to access the app on http://localhost:8080

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].