Skip to content

This is Team LunchBUX's entry application to the E.A.T. School Lunch UX Challenge.

License

Notifications You must be signed in to change notification settings

codyjlandstrom/lunchux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LunchBUX's Entry for the E.A.T. School Lunch UX Challenge

This is Team LunchBUX's entry application to the E.A.T. School Lunch UX Challenge.

Installing the Application

Start by installing Meteor. To create the app on OSX or Linux, open your terminal and type:

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

If you're on Windows

Download the Windows Installer from Meteor

Clone this repo: https://github.com/codyjlandstrom/lunchux.git

To run the application

cd lunchux meteor

Open your browser and navigate to http://localhost:3000 to see the app running.

Packages Used

  • meteor-base # Packages every Meteor app needs to have

  • mobile-experience # Packages for a great mobile UX

  • mongo # The database Meteor supports right now

  • blaze-html-templates # Compile .html files into Meteor Blaze views

  • session # Client-side reactive dictionary for your app

  • jquery # Helpful client-side library

  • tracker # Meteor's client-side reactive programming library

  • standard-minifiers # JS/CSS minifiers run for production mode

  • es5-shim # ECMAScript 5 compatibility for older browsers.

  • ecmascript # Enable ECMAScript2015+ syntax in app code

  • autopublish # Publish all data to the clients (for prototyping)

  • insecure # Allow all DB writes from clients (for prototyping)

  • accounts-password # For simple login setup

  • iron:router # Routing framework

  • accounts-facebook # Login for Facebook

  • accounts-google # Login for Google

  • aldeed:simple-schema # Schema

  • aldeed:collection2 # Schema validation

  • twbs:bootstrap # Base styles for twitter bootstrap

  • fourseven:scss # SASS compiler

  • accounts-ui-unstyled # User interface for login

LunchBUX Team Members

License

MIT.

About

This is Team LunchBUX's entry application to the E.A.T. School Lunch UX Challenge.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published