McCarthyism/run

6 lines
140 B
Text
Raw Normal View History

2021-05-08 23:20:25 +00:00
#!/bin/bash
2022-01-12 20:48:58 +00:00
export $(cat env | xargs) # Read env variables from file
2021-05-08 23:20:25 +00:00
./build
cd front
npm run start -- -p 5000 | node ../back/dist/index.js