Git Product home page Git Product logo

meteor-boilerplate's Introduction

Meteor Boilerplate

My basic necessities for Meteor projects. Possibly useful for you too.

Installation

Note: Don't add to an existing Meteor app, this will create your initial app and folder structure.

  1. Clone this repo to <yourapp>

git clone https://github.com/onepixelsolid/meteor-boilerplate.git <yourapp>

  1. Remove .git

cd <yourapp> && rm -rf .git

  1. Run Meteor

meteor

Usage

  • Replace the contents of README.md with your project's.
  • Replace all foo files and code.
  • Atmosphere packages currently used in starter code are (feel free to remove):
    • iron:router for routing
    • aldeed:simple-schema and aldeed:collection2 for collection schemas/validation

Code the night away!

Packages

Recommended starter packages that suit most projects.

#Meteor

meteor-platform
accounts-base
accounts-ui
accounts-password
#accounts-twitter
coffeescript
less
markdown
random
base64
reactive-var

#Atmosphere

mquandalle:jade
momentjs:moment
iron:router
aldeed:simple-schema
aldeed:collection2
cfs:standard-packages
cfs:gridfs

#Optionals

#cfs:graphicsmagick
#cfs:s3
#yasinuslu:blaze-meta

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

meteor-boilerplate's People

Contributors

onepixelsolid avatar

Watchers

 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.