bobotov-meteor
In this project i'm use:
- [Meteor] - Open source platform for web, mobile, and desktop. (https://docs.meteor.com/)
- [ReactJS] - JavaScript Library for building UI
- [jQuery] - JavaScript Library
- [Semantic-UI] - UI framework (http://react.semantic-ui.com/)
- [Material-UI] - UI framework (http://www.material-ui.com/)
- [MongoDB] - NoSQL database (https://www.mongodb.com/)
Install
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!