This commit is contained in:
Sambo Chea 2022-08-17 20:02:03 +07:00
commit cec34e922d
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490
3 changed files with 19 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
node_modules/
build/
dist/

1
README.md Normal file
View File

@ -0,0 +1 @@
# Nodejs Server App

15
package.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "nodejs-server-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.cubetiqs.com/cubetiq/nodejs-server-example.git"
},
"author": "",
"license": "ISC"
}