projects
/
xogo.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
After refactoring. Seems more or less ok
[xogo.git]
/
start.sh
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#!/bin/sh
2
3
nodemon -i app.js -i base_rules.js ./server.js &
4
echo $! > .pid
5
php -S localhost:8000 &