Skip to content

talpitoo/dreamingsheep

Repository files navigation

Excerpt from the dreamingsheep template which is used as an example in my graduate thesis "Automatization in the Web Application Front End Implementation".

dreamingsheep

Quick start

  • Install Virtual Box.
  • Install Vagrant.
  • Clone the repo: git clone https://github.com/talpitoo/dreamingsheep.git.
  • Go to the newly created folder: cd dreamingsheep.
  • Start Vagrant: vagrant up.
  • SSH to the newly created virtual machine: vagrant ssh.
  • Go to the shared folder: cd shared.
  • Install project dependencies: bower install.
  • Build: gulp.
  • Find the generated website in the /dist folder.
  • Watch your changes: gulp serve.
  • Open localhost:9000 on your host machine.
  • If anything goes wrong, find help on Stack Overflow.

Voilà!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published