## 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.