Template for my Expect Web Development website.
- (optional) Install Virtual Box.
- (optional) Install Vagrant.
- Clone the repo:
git clone https://github.com/talpitoo/expect.git. - Go to the newly created folder:
cd expect. - (optional) Start Vagrant:
vagrant up. - (optional) SSH to the newly created virtual machine:
vagrant ssh. - (optional) Go to the shared folder:
cd shared. - Pick a task from the Yeoman generator-webapp documentation e.g.
npm installin case you skipped the virtualbox/vagrant routenpm startto preview and watch for changes,npm run buildto build your webapp for production (the generated static website in the/distfolder),npm run serve:distto preview the production build.- Open localhost:9000 on your host machine.
- If anything goes wrong, find help on Stack Overflow.
Voilà!
