This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
amber
/
prof-stef
Vigiar
2
Colocar Estrela
1
Fork
0
Ficheiros
Problemas
3
Pull Requests
0
Wiki
Ver Fonte
Server start for *nix and window
Thomas Rake
há 12 anos atrás
pai
012adfcffd
commit
31ea446fc3
2 ficheiros alterados
com
4 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
1
0
start.bat
3
0
start.sh
+ 1
- 0
start.bat
Ver Ficheiro
@@ -0,0 +1 @@
+node vendor/amber/server/server.js
+ 3
- 0
start.sh
Ver Ficheiro
@@ -0,0 +1,3 @@
+#! /bin/sh
+
+node vendor/amber/server/server.js