Add routing basics

Add jquery
This commit is contained in:
2019-05-21 19:37:11 +05:30
parent 17f8fd3500
commit 4f01ee8cb8
7 changed files with 74 additions and 12 deletions

View File

@@ -22,6 +22,7 @@
"homepage": "https://github.com/chrisvrose/nodejs-fm#readme",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.0"
"express": "^4.17.0",
"jquery": "^3.4.1"
}
}