A vagrant base box for Angular 2 and TypeScript.
-
Clone this repository:
git clone https://github.com/geildanke/NGBOX.git -
Start the vagrant box
vagrant up -
SSH into the vagrant box
vagrant ssh -
Create a new project within the vagrant box
cd /home/vagrant/ngbox_project
ng new your_new_project_name
- Start coding
Changes made in the folder
ngbox_projecton the host or within the vagrant box are synced