Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
agetic
sitio-firebase
Commits
64ebecf7
Commit
64ebecf7
authored
Mar 18, 2020
by
Ivan Tancara
Browse files
start con pm2
parent
c08bfb4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
INSTALL.md
View file @
64ebecf7
...
...
@@ -7,5 +7,8 @@ Instalar las dependencias:
Ejecutar el backend con:
npm run start
Ejecutar el backend con pm2:
npm run start:pm2
La aplicacion estara escuchando en el puerto 5000
package.json
View file @
64ebecf7
...
...
@@ -4,6 +4,7 @@
"description"
:
"proyecto desconocido"
,
"main"
:
"src/application/index.js"
,
"scripts"
:
{
"start:pm2"
:
"pm2 start backend/server.js --name=firebase_backend"
,
"start:dev"
:
"nodemon backend/server.js"
,
"start"
:
"node backend/server.js"
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment