A coffee house website built on meteor 1.3 and angular 2
This is a community effort. Fork this repository, make some changes, and send us a pull request!
- Setup Meteor https://www.meteor.com/install
- Download this project (or git clone)
- Extract and change to the root directory
- type 'meteor npm install'
- type 'meteor'
- Install Docker https://docs.docker.com/engine/installation/linux/ubuntulinux/
- Install MongoDB. Type 'apt-get install -y mongodb'
- git clone https://github.com/camerontucker/strongbadger
- Install Meteor. Type 'curl https://install.meteor.com/ | sh'
- cd strongbadger
- type 'meteor npm install'
- Build and run this docker https://github.com/meteorhacks/meteord (be very patient the meteor CDN can be slow)