This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
amber
/
prof-stef
Segui
2
Vota
1
Forka
0
File
Problemi
3
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Server start for *nix and window
Thomas Rake
12 anni fa
parent
012adfcffd
commit
31ea446fc3
2 ha cambiato i file
con
4 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
start.bat
3
0
start.sh
+ 1
- 0
start.bat
Vedi File
@@ -0,0 +1 @@
+node vendor/amber/server/server.js
+ 3
- 0
start.sh
Vedi File
@@ -0,0 +1,3 @@
+#! /bin/sh
+
+node vendor/amber/server/server.js