From 93ea82fa1f31df6c39a2c513903f405e9ece70f9 Mon Sep 17 00:00:00 2001 From: nsivakum <32418196+nsivakum@users.noreply.github.com> Date: Mon, 2 Oct 2017 22:05:41 -0400 Subject: [PATCH] Tutorial done! --- .DS_Store | Bin 0 -> 6148 bytes index.js | 18 ++++++++++++++++++ package.json | 27 +++++++++++++++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 .DS_Store create mode 100644 index.js create mode 100644 package.json diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..88bed5d2a6d5d839c7961075035f66a5e2242460 GIT binary patch literal 6148 zcmeHKyH3ME5S)b+k)TLPdB4CPoTBgrd;kcXF5n_c?~3orr!o5w!g7#kXwa;*J9q1y zJ9!GP7l3U~!#%J8u%!2`1J0?au h=EmFcT@+ { + console.log('server is now running'); + console.log('go to http://localhost:3000 to see the output') +}) \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..a056c95 --- /dev/null +++ b/package.json @@ -0,0 +1,27 @@ +{ + "name": "tutorial", + "version": "1.0.0", + "description": "tutorial", + "main": "index.js", + "scripts": { + "test": "echo" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/nsivakum/tutorial.git" + }, + "keywords": [ + "\"type\":\"git\"", + "\"url\":\"git+https://github.com/nsivakum/tutorial.git\"" + ], + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/nsivakum/tutorial/issues" + }, + "homepage": "https://github.com/nsivakum/tutorial#readme", + "dependencies": { + "express": "^4.16.1", + "express-remarkable": "^0.4.0" + } +}