[0d34a1]: / server.sh

Download this file

7 lines (5 with data), 71 Bytes

1
2
3
4
5
6
7
#! /bin/bash
cd client
npm run build
cd ../server
sudo python3 app.py