Skip to content

gregmarlin/meteor-dev-vm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor-dev-vm

Meteor development VM

Prerequisites

  • Vagrant
  • VirtualBox (make sure the VirtualBox version is supported by the installed Vagrant version)
  • On Windows: Cygwin with bash, git and ssh packages

Instructions

After cloning/forking the meteor-dev-vm repository:

cd meteor-dev-vm/tools
./setup.sh
./run.sh

In your browser, the Meteor application can now be reached through http://localhost:3000

Note that Meteor uses Hot Code Reload (HCR), so every time you change a source file, the application (server and client) will be reloaded.

About

Meteor development VM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.2%
  • CSS 6.8%