serving static files with a node server
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "tinder-for-jobs",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node server.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/talksik/Tinder-for-Jobs.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/talksik/Tinder-for-Jobs/issues"
|
||||
},
|
||||
"homepage": "https://github.com/talksik/Tinder-for-Jobs#readme",
|
||||
"dependencies": {
|
||||
"express": "^4.17.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user