- Ansible
- Vagrant
- VirtualBox.
- nfs
sudo apt-get install nfs-kernel-server
- Fansible/tywin to generate your Ansible provisioning
- npm and nodejs
We will now install strongloop to create our loopback application:
sudo npm install -g strongloop
Server:
npm install
Angular:
cd client/
npm install
node .