Skip to content
Snippets Groups Projects
Commit ca8bc2c2 authored by Jake Dreher's avatar Jake Dreher
Browse files

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
1 merge request!10-setup-initial-server - Create directory structure, .gitignore, etc. app.js...
node_modules
app.js 0 → 100644
env 0 → 100644
This diff is collapsed.
{
"name": "web-dev",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment