starter for running a client-only application on surge
meteor npm install
meteor
Go to localhost:3000.
meteor npm run deploy
Jordan Garside – jordangarside@gmail.com
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/jordangarside/meteor-surge-starter
- Fork it (https://github.com/jordangarside/meteor-surge-starter/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request