meteor Getting started with meteor Sample apps

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Example

Meteor has several sample apps built-in. You can create a project with one of them and learn from how it was built. To create a sample app, install Meteor (see Getting Started) and then type:

meteor create --example <app name>

For example to create a sample todos app, write:

meteor create --example todos

To get a list of all sample apps, type:

meteor create --list


Got any meteor Question?