Meteor + React
For running this app you'll need NodeJS, Meteor, MongoDB and some extra tools for development.
We use LTS version of NodeJS. For download and install instructions follow official NodeJS site.
Another option to install and switch between different node version we recommend to use Node Version Manager
We use current stable release of MongoDB as database for our project. Follow official site link for download and installation instructions.
As main full-stack framework we use Meteor. Installation instructions available here.
To get know about React follow it's official documentations and simple todo app Meteor tutorial
After setup process is done simply type the following command in terminal:
meteor
and type http://localhost:3000 in your selected browser