mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
chore(readme): visual rework in meteor reame
This commit is contained in:
73
README.md
73
README.md
@@ -1,55 +1,63 @@
|
||||
# <a href='https://www.meteor.com'><img src='https://user-images.githubusercontent.com/841294/26841702-0902bbee-4af3-11e7-9805-0618da66a246.png' height='60' alt='Meteor'></a>
|
||||
<div align="center">
|
||||
<a href="https://www.meteor.com" target="_blank">
|
||||
<img align="center" width="225" src="https://user-images.githubusercontent.com/841294/26841702-0902bbee-4af3-11e7-9805-0618da66a246.png">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<div align="center">
|
||||
|
||||
[](https://travis-ci.org/meteor/meteor)
|
||||
[](https://circleci.com/gh/meteor/meteor/tree/devel)
|
||||
|
||||
</div>
|
||||
|
||||
Meteor is an ultra-simple environment for building modern web
|
||||
applications.
|
||||
<hr>
|
||||
|
||||
With Meteor you write apps:
|
||||
Meteor is an **ultra-simple** environment for building **modern** web applications.
|
||||
|
||||
* in modern JavaScript
|
||||
* that send data over the wire, rather than HTML
|
||||
* using your choice of popular open-source libraries
|
||||
<hr>
|
||||
|
||||
Try a getting started tutorial:
|
||||
* [React](https://react-tutorial.meteor.com)
|
||||
* [Blaze](https://blaze-tutorial.meteor.com/)
|
||||
* [Vue](https://vue-tutorial.meteor.com/)
|
||||
* [Svelte](https://svelte-tutorial.meteor.com/)
|
||||
- [Official Website](https://www.meteor.com)
|
||||
- [Installation](https://www.meteor.com/developers/install)
|
||||
- [Documentation](https://docs.meteor.com/#/full/)
|
||||
|
||||
Next, read the [documentation](https://docs.meteor.com/).
|
||||
<hr>
|
||||
|
||||
Are you looking for examples? Check this [meteor/examples](https://github.com/meteor/examples).
|
||||
### 📚 **Create your applications using modern JavaScript**
|
||||
|
||||
Check your [changes](https://docs.meteor.com/changelog.html) to keep your app up-to-date.
|
||||
Benefit from the latest technology updates to fastly prototype and develop your applications.
|
||||
|
||||
## Quick Start
|
||||
<hr>
|
||||
|
||||
On Linux/macOS/Windows, use this line:
|
||||
### ✨ **Integrate technologies you already use**
|
||||
|
||||
```bash
|
||||
npm install -g meteor
|
||||
```
|
||||
Use popular frameworks and tools right out-of-the-box. Focus on building features instead of configuring disparate components yourself.
|
||||
|
||||
Visit the official [install page](https://www.meteor.com/developers/install) to learn more.
|
||||
<hr>
|
||||
|
||||
Create a project:
|
||||
### 💻 **Build apps for any device**
|
||||
|
||||
```bash
|
||||
meteor create my-app
|
||||
```
|
||||
Use the same code whether you’re developing for web, iOS, Android, or desktop for a seamless update experience for your users.
|
||||
|
||||
Run it:
|
||||
<hr>
|
||||
|
||||
```bash
|
||||
cd my-app
|
||||
meteor
|
||||
```
|
||||
# 🔥 Getting Started
|
||||
|
||||
## Developer Resources
|
||||
What about to try a getting started tutorial in your favorite technology?
|
||||
|
||||
Building an application with Meteor?
|
||||
| [<img align="left" width="25" src="https://www.quantumversity.com/wp-content/uploads/2020/11/Adding-Authentication-to-React-with-Auth0-Login-and-Profile.png"> React](https://react-tutorial.meteor.com/) |
|
||||
| - |
|
||||
| [<img align="left" width="25" src="https://progsoft.net/images/blaze-css-icon-3e80acb3996047afd09f1150f53fcd78e98c1e1b.png"> Blaze](https://blaze-tutorial.meteor.com/) |
|
||||
| [<img align="left" width="25" src="https://vuejs.org/images/logo.png"> Vue](https://vue-tutorial.meteor.com/) |
|
||||
| [<img align="left" width="25" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Svelte_Logo.svg/1200px-Svelte_Logo.svg.png"> Svelte](https://svelte-tutorial.meteor.com/) |
|
||||
|
||||
Next, read the [documentation](https://docs.meteor.com/) and get some [examples](https://github.com/meteor/examples).
|
||||
|
||||
# 🧱 Developer Resources
|
||||
|
||||
**Building an application with Meteor?**
|
||||
|
||||
* Deploy on [Meteor Cloud](https://www.meteor.com/cloud)
|
||||
* Discussion [Forums](https://forums.meteor.com/)
|
||||
@@ -65,4 +73,3 @@ Interested in helping or contributing to Meteor? These resources will help:
|
||||
* [Issue tracker](https://github.com/meteor/meteor/issues)
|
||||
|
||||
To uninstall Meteor [read here](https://docs.meteor.com/install.html#uninstall).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user