Skip to content

Instantly share code, notes, and snippets.

@lucduong
Created March 27, 2021 12:57
Show Gist options
  • Save lucduong/63a5d6f538489b0974ba148b50ff1099 to your computer and use it in GitHub Desktop.
Save lucduong/63a5d6f538489b0974ba148b50ff1099 to your computer and use it in GitHub Desktop.
Tôi học nodejs như thế nào
{
"name": "demo-nodejs",
"version": "1.0.0",
"description": "Demo NodeJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Luc Duong",
"license": "MIT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment