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_project
on the host or within the vagrant box are synced