feat: Add views and routes

This commit is contained in:
Khaled Garbaya
2017-09-19 15:21:45 +02:00
committed by Benedikt Rötsch
parent 02f7c2ce41
commit d1d580f288
7 changed files with 27 additions and 12 deletions

View File

@@ -3,7 +3,8 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "DEEBUG=example-contentful-university-js:server node ./bin/www"
"start:watch": "nodemon ./bin/www --ignore public/",
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.15.2",
@@ -13,5 +14,8 @@
"morgan": "~1.7.0",
"pug": "~2.0.0-beta6",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"nodemon": "^1.12.1"
}
}