Skip to content

Cron-J/meteor-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

meteor-basic

meteor is available for windows

Download the official Meteor installer here.

To create a Meteor app, open your terminal and type:

meteor create basic

This will create a new folder called basic with all of the files that a Meteor app needs:

#####basic.js a JavaScript file loaded on both client and server #####basic.html an HTML file that defines view templates #####basic.css a CSS file to define your app's styles #####.meteor internal Meteor files

To run the newly created app:

#####cd basic #####meteor

Open http://localhost:3000 in your web browser.

See mongo console

meteor mongo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages