# Go to directory
$ cd backend
# Install Depedencies
$ python3 install -r requirements.txt
# Serve with hot reload at localhost:8000
$ bash script/dev.sh
# Go to directory
$ cd frontend
# Install Depedencies
$ npm install
# Serve with hot reload at localhost:3000
$ npm run dev