Skip to content

Latest commit

 

History

History
45 lines (22 loc) · 682 Bytes

README.md

File metadata and controls

45 lines (22 loc) · 682 Bytes

hr_hackathon_sandbox

basic meteor scaffold

1. Clone project

git clone https://github.com/FBurner/hr_hackathon_sandbox.git

2. Install Meteor

curl https://install.meteor.com/ | sh

3. Switch to directory

cd hr_hackathons_sandbox

4. Install necessary meteor plugins

meteor add coffeescript stylus mquandalle:jade

5. Run application

meteor

Helpful Informations

###Coffeescript Converter

Converts Javascript to Coffeescript

http://js2.coffee/

###Basic Stylus Syntax

http://stylus-lang.com/try.html

###Jade Template Engine

http://jade-lang.com/

For Operating Systems other than Linux watch here:

https://www.meteor.com/install