A TODO list app using react.js (context api & hooks for state management) & react-bootstrap.
Live @ https://maneeshd-todo-list.herokuapp.com/
- Clone the repository
$ git clone https://github.com/maneeshd/todo-list.git
$ cd todo-list- Install the dependencies and devDependencies
$ yarn install- To build the
js&cssbundle for production:
$ yarn build- To run the app in webpack-dev-server in development:
$ yarn serve- To run the app with the provided python server:
$ python --version
Python 3.7.6
$ python -m pip install starlette uvicorn aiofiles -U
...
Successfully installed ...
$ python -m uvicorn server:app
INFO: Started server process [29822]
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
INFO: Waiting for application startup.
INFO: Application startup complete.