Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
honvl committed Dec 22, 2021
0 parents commit e3e4dcf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# node-hxkh3a

[Edit on StackBlitz ⚡️](https://stackblitz.com/edit/node-hxkh3a)
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// run `node index.js` in the terminal

console.log(`Hello Node.js v${process.versions.node}!`);
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "node-starter",
"version": "0.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}

0 comments on commit e3e4dcf

Please sign in to comment.