Skip to content

talpitoo/expect

Repository files navigation

Template for my Expect Web Development website.

Expect Web Development

Quick start

  • (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 install in case you skipped the virtualbox/vagrant route
  • npm start to preview and watch for changes,
  • npm run build to build your webapp for production (the generated static website in the /dist folder),
  • npm run serve:dist to preview the production build.
  • Open localhost:9000 on your host machine.
  • If anything goes wrong, find help on Stack Overflow.

Voilà!

About

expect.agency website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published