/meteor-advance-app

Production grade sample app to demonstrate the usage of Meteor, React & MongoDB together

Primary LanguageJavaScriptMIT LicenseMIT

Technologies Used

Getting Started

Open your Mac/Linux terminal and execute the following commands.

  1. Install Meteor:
    curl https://install.meteor.com/ | sh
  2. Clone Repo:
    git clone git@github.com:faisalhasnain/accounts-meteor.git
    cd accounts-meteor
  3. Install Dependencies:
    meteor npm install
  4. Start App:
    meteor npm start

Yay! 🎉 You got the app running at http://localhost:3000