Skip to content

Getting Started with the Project

Vanessa Ejikeme edited this page Aug 27, 2017 · 1 revision

Getting started with the project

  • Requirements
    • To run the app locally, have node.js installed
  • How to setup the project/Installation/Configuration
    • Clone the repo git clone https://github.com/vynessa/dman.git
    • Navigate to the dman directory
    • Run npm install to install all dependencies
    • Run npm start to run the application
  • How to run tests
    • Run `npm test