Skip to content

Commit 77ebaf6

Browse files
committed
Add more interesting version of the homework
1 parent 61579c0 commit 77ebaf6

File tree

6 files changed

+487
-0
lines changed

6 files changed

+487
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

chapter4-homework/app.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
var express = require('express');
2+
var app = express();
3+
4+
app.use(express.static('public'))
5+
6+
app.listen(3000);

0 commit comments

Comments
 (0)