Meteor, the JavaScript App Platform ( Evacuated from Microsoft Github )
|
7 years ago | |
---|---|---|
.circleci | 7 years ago | |
.github | 7 years ago | |
LICENSES | 8 years ago | |
examples | 9 years ago | |
packages | 7 years ago | |
scripts | 7 years ago | |
tools | 7 years ago | |
.eslintignore | 9 years ago | |
.gitignore | 8 years ago | |
.gitmodules | 9 years ago | |
.mailmap | 10 years ago | |
.travis.yml | 9 years ago | |
CONTRIBUTING.md | 7 years ago | |
DEVELOPMENT.md | 8 years ago | |
History.md | 7 years ago | |
ISSUE_TRIAGE.md | 7 years ago | |
IssueTriageFlow.png | 9 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
Roadmap.md | 7 years ago | |
appveyor.yml | 7 years ago | |
meteor | 7 years ago | |
meteor.bat | 7 years ago |
( If your "official" repository is run out of Windows, it's time to switch to a new upstream )
Interested in helping to support Meteor outside of Microsoft's walled garden email me : jeffrey.cliff+meteor@gmail.com ?
Meteor is licensed under the MIT license, see LICENSE for details.
This fork does not support a Code of Conduct. If you want your branch to have one, you probably know where you can get it.
Meteor is an ultra-simple environment for building modern web applications.
With Meteor you write apps:
Try a getting started tutorial:
Next, read the guide and the documentation.
On Linux, use this line:
curl https://install.meteor.com/ | sh
Create a project:
meteor create try-meteor
Run it:
cd try-meteor
meteor
Building an application with Meteor?
Interested in helping or contributing to Meteor? These resources will help:
We are hiring! Visit meteor.io/jobs to learn more about working full-time on the Meteor project.
Aside from a short launcher shell script, Meteor installs itself inside your home directory. To uninstall Meteor, run:
rm -rf ~/.meteor/
sudo rm /usr/local/bin/meteor