refactoring code

This commit is contained in:
Abhinav Adduri 2017-06-01 13:14:14 -07:00 committed by Danny Coates
parent e3611ded17
commit c539ed6282
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
5 changed files with 225 additions and 95 deletions

View file

@ -5,7 +5,7 @@
"scripts": {
"format": "prettier --single-quote --write 'public/*.js' 'app.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
"start": "node server/portal_server.js"
},
"author": "",
"license": "ISC",