This project is in two parts:
front-end
- React/MobX front-endtest-project
- Node/Sails.js back-end (Blueprint API)
To run the project, first build the front-end:
Now to run the back-end:
Web app will be available on http://localhost:1337
For some permissions reason, I had to run this command before I could install sails globally.
sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}