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
Indienet
Spikes
Security
Libsodium
Commits
a0941a1f
Commit
a0941a1f
authored
Jan 31, 2018
by
Frauke
Browse files
Added server started message.
Added gulp build to npm start.
parent
d4dec323
Changes
2
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
a0941a1f
...
...
@@ -6,7 +6,7 @@
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
,
"watch"
:
"nodemon"
,
"start"
:
"node ./server/index.js"
"start"
:
"
gulp js:bundle |
node ./server/index.js"
},
"repository"
:
{
"type"
:
"git"
,
...
...
server/index.js
View file @
a0941a1f
...
...
@@ -47,3 +47,4 @@ app.get('/privatekey', (req, res) => {
})
app
.
listen
(
8080
)
console
.
log
(
'
Server started on port 8080
'
)
\ No newline at end of file
Write
Preview
Markdown
is supported
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