Open your Mac/Linux terminal and execute the following commands.
- Install Meteor:
curl https://install.meteor.com/ | sh
- Clone Repo:
git clone git@github.com:faisalhasnain/accounts-meteor.git cd accounts-meteor
- Install Dependencies:
meteor npm install
- Start App:
meteor npm start
Yay! 🎉 You got the app running at http://localhost:3000