Giter VIP home page Giter VIP logo

ste-a-minimal-meteor-boilerplate's Introduction

STE, A Minimal Boilerplate for Meteor Framework!

STE is a Boilerplate for Meteor Framework, suitable for developers who are just starting out with Meteor. It consists of an easy to understand file structure, set of packages which are very common before starting out a meteor application and some very common code snippets.

Install

To create your project simply clone this repository:

git clone https://github.com/96koushikroy/STE-A-minimal-Meteor-Boilerplate.git

and start coding!


Traits

  • Easy to understand File Structure.

  • Ready to use code snippets.

  • Included packages that are common to start a basic Meteor app.

  • Beginner Friendly.


Included Packages

  1. meteor-platform---Meteor Core API --- Documentation
  2. iron:router --- Documentation
  3. accounts-password --- Documentation
  4. aldeed:collection2 --- Documentation
  5. email --- Documentation
  6. http --- Documentation
  7. chrismbeckett:toastr --- Documentation
  8. twbs:bootstrap --- Documentation
  9. mizzao:bootboxjs --- Documentation

File Structure

This boilerplate consists of the following structure:

. ├── client

│ ├── client-startup

│ │ └── startup.js

│ ├── layout.html

│ ├── roles-login-not-required

│ │ └── homepage

│ │ ├── hello.html

│ │ └── homepage.js

│ └── roles-login-required

├── global

│ └── collections

│ └── collections.js

├── private

├── public

│ ├── design

│ │ ├── css

│ │ │ └── stbp.css

│ │ └── js

│ └── images

├── routes

│ └── routes.js

└── server

├── methods.js

├── publications.js

└── startup.js

To know more about Meteors file structure. Please have a look at the link: http://docs.meteor.com/#/basic/filestructure

License


This boilerplate has an MIT License, see the LICENSE.txt for more information.


For more information feel free to contact me through my email.

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.