https://github.com/matteodem/meteor-boilerplate
A lightweight boilerplate for meteor projects
https://github.com/matteodem/meteor-boilerplate
boilerplate javascript meteor nodejs
Last synced: 28 days ago
JSON representation
A lightweight boilerplate for meteor projects
- Host: GitHub
- URL: https://github.com/matteodem/meteor-boilerplate
- Owner: matteodem
- Created: 2013-09-09T19:42:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T05:35:34.000Z (2 months ago)
- Last Synced: 2025-04-06T19:09:38.144Z (about 1 month ago)
- Topics: boilerplate, javascript, meteor, nodejs
- Language: JavaScript
- Homepage: http://meteor-boilerplate.surge.sh/
- Size: 20.7 MB
- Stars: 823
- Watchers: 46
- Forks: 144
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [](http://meteor-boilerplate.surge.sh/)
This boilerplate is here to give you a simple starting point for your [meteor](https://www.meteor.com) projects.
```sh
# Assuming meteor is already installed
$ git clone https://github.com/matteodem/meteor-boilerplate.git
$ cd meteor-boilerplate
$ meteor npm install
$ meteor npm start
```Checkout the [boilerplate online](http://meteor-boilerplate.surge.sh/) for more information.