Simple Node/Express app which listens on port 3000 and returns 'Hello World!!!'
- Clone the repository to your local machine using:
git clone <%REMOTE_REPO_PATH%>
- Get the dependencies for the project by using: (inside the cloned directory)
npm install
- Then to run the app just simply run:
npm start
To run the unit tests for the project just run the following command:
npm test
We are honored to have you help us out, please open up an issue if you encounter a bug or a glitch or if you have a feature request. Alternatively, open up a pull request for proposing any bug fixes or feature implementations from your own fork.