Get rid of livereload dependency. Draft Baroque (still some issues)
[xogo.git] / start.sh
CommitLineData
41534b92
BA
1#!/bin/sh
2
0e466aac
BA
3nodemon -i app.js -i base_rules.js ./server.js &
4echo $! > .pid
41534b92 5php -S localhost:8000 &