TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/meteor/meteor/llms.txt
Use this file to discover all available pages before exploring further.
meteor create command creates a new Meteor application or package.
Usage
Creating Applications
Create a new Meteor app in the specified directory:. for the current directory.
App Templates
Meteor provides several starter templates:Minimal Templates
UI Framework Templates
Other Templates
Creating from Examples
List available example applications:Creating from Git Repository
Clone a Meteor project from a Git URL:Creating Packages
Create a new Meteor package:packages directory. Otherwise, it will be created in the current directory.
Options
Create a new Meteor package instead of an app
Create from an example template
Clone a Meteor project from a Git URL
Show list of available examples
Create an empty app
Create an app with as few Meteor packages as possible
Create a fully scaffolded app
Create a basic React-based app (default)
Create a basic Vue 3-based app
Create a basic TypeScript React-based app
Create a basic Apollo-based app
Create a basic Svelte-based app
Create a basic Blaze-based app
Create a React app with Tailwind CSS configured
Create a React app with Chakra UI configured
Create a basic Solid-based app
Create a basic Angular app
Create a React app with Babel support
Create a basic CoffeeScript app with React
Create a prototype app with the insecure and autopublish packages. Can be used with other app templates
Specify the release of Meteor to use