An open API service indexing awesome lists of open source software.

https://github.com/cult-of-coders/meteor-tuts-tutorial

This is the repository for the http://www.meteor-tuts.com/ tutorial.
https://github.com/cult-of-coders/meteor-tuts-tutorial

Last synced: 5 months ago
JSON representation

This is the repository for the http://www.meteor-tuts.com/ tutorial.

Awesome Lists containing this project

README

        

# Hello and Welcome!
Meteor-Tuts is one of the projects closest to our hearts designed as a useful tool for any programmer
that wants to step up his/her game. Navigating through this complex but rather easy to understand tutorial you will be
accompanied by video tutorials for each chapter and for that access www.meteor-tuts.com.
We recommend you to take it step by step in order to achieve a better understanding and mastery of the MeteorJS framework, so
we created for you several branches, each of them being an iteration of the tutorial

# Installation
- Clone this repository
- Make sure you have installed meteor, if you don't have it: https://www.meteor.com/
- Go in the root directory of this project and run the following commands

```bash
meteor npm install # to install all the dependencies
npm run start # to run the project
```