mswartz / golfapp

Building a simple scorekeeping app in Meteor.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

golfapp

Building a simple scorekeeping app in Meteor.js

What I'd like this to do

  • You can add a course
  • You can add a player
  • You can add a game with Players and a Course
  • Track stats on players & courses

To install

1. Install Meteor

Just run this in terminal:
$ curl https://install.meteor.com | sh

2. Clone this repo somewhere

3. Cd into it and run Meteor

$ cd golfapp/
$ meteor

4. Look at it in your browser

The site will be running at localhost:3000

About

Building a simple scorekeeping app in Meteor.js


Languages

Language:JavaScript 95.2%Language:CSS 4.8%