Skip to content
Snippets Groups Projects
Commit 14082366 authored by Andrej Rasevic's avatar Andrej Rasevic
Browse files

fixed project desription typo

parent 2eb3ed38
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
## Objectives: To build your first node application and gain practice with our git workflow for distributiing course materials and submitting projects.
## Specifications/Requirements
We have provided you with 3 started files: `index.html`, `client.js` and `server.js`. Do not need to modify the `index.html` at all since our automated test scripts use it to validate your project implementation.
We have provided you with 3 started files: `index.html`, `client.js` and `server.js`. Do not modify the `index.html` at all since our automated test scripts use it to validate your project implementation.
1. `server.js` Build your basic application server to listen on port `8000`. It should have the following functionality:
* It should print out to the console that the server started successfully and what port it is running on.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment