- 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
- Run
git clone https://github.com/dellasys/project_management_tool.git .
in project directory. - Run
npm install
in project directory. - Run
meteor
in project directory to start the app. - You should be able to see the app running on
http://localhost:3000