Coder Social home page Coder Social logo

rather-app's Introduction

Dependencies

This project has a few dependencies to get you up and running. Make sure the following things are installed on your system to ensure things are running properly:

  • Node - It is best to install this first, since just about everything that follows depends on it.
  • Meteor - This can be installed via the terminal with curl https://install.meteor.com/ | sh.
  • Meteor Up - This can be installed via the terminal with npm install -g mup.
  • Bower - Once Node is installed, you should only need to enter npm install -g bower in your terminal.

Basic Commands

  • meteor - Serve the current app at http://localhost:3000 using Meteor's local development server.
  • meteor mongo - Opens a MongoDB shell for viewing and/or manipulating collections stored in the database. Note that you must already be running a server for the current app (in another terminal window) in order for meteor mongo to connect to the app's database.
  • meteor add - Add a package (or multiple packages) to your Meteor project. To query for available packages, use the meteor search command.
  • meteor remove - Remove a package previously added to your Meteor project. For a list of the packages that your application is currently using, use the meteor list command.
  • meteor deploy rather.meteor.com - Deploy app to Meteor's testing servers.
  • meteor run android-device --mobile-server rather.meteor.com - Deploy app to Android platform utilizing Meteor's testing servers.

Install Android dependencies

  • meteor install-sdk android
  • meteor add-platform android

Standards

  • Use camelCase for all paths. For example layoutHeader, or partialFormSignUp, etc.
  • Make good comments! Doing so may mean that there is more comments than actual code, but it's worth it. For example:
/**
 * This function does something special
 *
 * @method somethingSpecial
 * @param {String} specialThing String to do something special to
 * @return {String} Specialized something
 * @since v0.0.1
 */
function somethingSpecial(specialThing) {
	return "I am special";
}

rather-app's People

Contributors

krivaten avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.