-
- Downloads
0-setup-initial-server - Create directory structure, .gitignore, etc. app.js...
0-setup-initial-server - Create directory structure, .gitignore, etc. app.js is the entry point to the server, all actual logic should be contained within src.
parent
c9ac6510
Branches
No related tags found
.gitignore
0 → 100644
app.js
0 → 100644
env
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "web-dev", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "app.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
} | ||
} |
src/TEMPFILE
0 → 100644
Please register or sign in to comment