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.
- Host: GitHub
- URL: https://github.com/cult-of-coders/meteor-tuts-tutorial
- Owner: cult-of-coders
- Created: 2018-02-28T14:23:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-14T11:20:08.000Z (about 7 years ago)
- Last Synced: 2024-04-11T22:26:50.229Z (about 1 year ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 11
- Watchers: 6
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```