Meteor + ReactJs
In this project i’m use:
bobotov-meteor requires Node.js v4+ and Python 2.7 to run.
Install Meteor https://www.meteor.com/install
curl https://install.meteor.com/ | sh
Clone project
git clone https://github.com/denkol/bobotov-meteor.git
Go to project path
cd bobotov-meteor
Install npm dependencies
npm install
Run app
meteor
Enjoy!