Skip to content

Commit

Permalink
add initial files
Browse files Browse the repository at this point in the history
  • Loading branch information
underdorff18 committed Oct 6, 2020
0 parents commit b908801
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JS/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
console.log('Hello From Node.js');

11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "marks-computers-backend",
"version": "1.0.0",
"description": "Backend web server for marks computers site",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nick Overdorff",
"license": "ISC"
}

0 comments on commit b908801

Please sign in to comment.