Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 511 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 511 Bytes

pm_tool

Installation

  1. On terminal, install meteor using the following command :

For macOs :

curl https://install.meteor.com/ | sh

For Windows : (Using Chocolatey package manager)

choco install meteor
  1. Run git clone https://github.com/dellasys/project_management_tool.git . in project directory.
  2. Run npm install in project directory.
  3. Run meteor in project directory to start the app.
  4. You should be able to see the app running on http://localhost:3000