Skip to content
Snippets Groups Projects
debug.sh 127 B
Newer Older
Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed
#! /bin/bash
pushd client
python -m http.server 8080& 1>&2 > /dev/null
popd

pushd server
npm install
npm start server.js
popd