KO
|
EN
gitlite — search
Search
#python
#telegram
#html
#react-native
#css
#javascript
#ios
#typescript
#machine-learning
#svelte
#github
#deep-learning
flask-to-do
★ 67
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
quicr
:
Experimental Rust QUIC implementation - moved to https://github.com/djc/quinn
whiteboard
:
Socket.IO+Node.js+Canvas Whiteboard 基于WebSocket的多人白板共享应用
Flutter-Tic-Tac-Toe
:
Tic Tac Toe game with Firebase multiplayer written in Flutter
graphql-typescript
:
Define and build GraphQL Schemas using typed classes
vue-book
:
A simple full stack project about book~
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
flask-to-do
?
Download (.md)
# 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