First development ready
All the tools for the development are ready to use.
Preferred IDE:
- WebStorm 11
- SublimeText
- Atom
Steps to start development:
- Install rethinkdb
- Start with
rethinkdb --daemon
or simplyrethinkdb
in a new terminal - Then start the npm script for development with
npm run dev