Skip to content

jordangarside/meteor-surge-starter

Repository files navigation

Meteor Surge Starter

starter for running a client-only application on surge

Installation

meteor npm install

Develop

meteor

Go to localhost:3000.

Deploy

meteor npm run deploy

Meta

Jordan Garside – jordangarside@gmail.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/jordangarside/meteor-surge-starter

Contributing

  1. Fork it (https://github.com/jordangarside/meteor-surge-starter/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request