Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 810 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 810 Bytes

Cambie Collective Node Server

Simple Node/Express app which listens on port 3000 and returns 'Hello World!!!'

Getting Started

  1. Clone the repository to your local machine using:
    git clone <%REMOTE_REPO_PATH%>
    
  2. Get the dependencies for the project by using: (inside the cloned directory)
    npm install
    
  3. Then to run the app just simply run:
    npm start
    

Testing

To run the unit tests for the project just run the following command:

npm test

How do I contribute to this project?

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.