All Projects → kjetilhau → Meteor Skeleton

kjetilhau / Meteor Skeleton

Licence: mit
A simple boilerplate for creating Meteor applications with Blaze and SASS

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Meteor Skeleton

Meteor Apollo Starter Kit
Meteor, Apollo, React, PWA, Styled-Components boilerplate
Stars: ✭ 91 (+65.45%)
Mutual labels:  meteor, boilerplate
React Native Meteor Boilerplate
Stars: ✭ 637 (+1058.18%)
Mutual labels:  meteor, boilerplate
React Landing Page Template
A simple react one page landing page templates for startups/companies
Stars: ✭ 224 (+307.27%)
Mutual labels:  meteor, boilerplate
Base
A starting point for Meteor apps.
Stars: ✭ 654 (+1089.09%)
Mutual labels:  meteor, boilerplate
Pup
The Ultimate Boilerplate for Products.
Stars: ✭ 563 (+923.64%)
Mutual labels:  meteor, boilerplate
Meteor Boilerplate
A lightweight boilerplate for meteor projects
Stars: ✭ 841 (+1429.09%)
Mutual labels:  meteor, boilerplate
Parcel Vue Ts
📦 Boilerplate for Vue.js & Typescript, base on Parcel bundler.
Stars: ✭ 49 (-10.91%)
Mutual labels:  boilerplate
Express React Hmr Boilerplate
A boilerplate for scaffolding production-ready MERN stack projects.
Stars: ✭ 51 (-7.27%)
Mutual labels:  boilerplate
Webxr Webpack Boilerplate
Starter Kit for building rich, immersive WebXR projects (featuring A-Frame) PWA with Webpack and SASS
Stars: ✭ 48 (-12.73%)
Mutual labels:  boilerplate
Go Restful Api
An idiomatic Go REST API starter kit (boilerplate) following SOLID principles and Clean Architecture
Stars: ✭ 1,043 (+1796.36%)
Mutual labels:  boilerplate
Fullstack Apollo Express Postgresql Boilerplate
💥 A sophisticated GraphQL with Apollo, Express and PostgreSQL boilerplate project.
Stars: ✭ 1,079 (+1861.82%)
Mutual labels:  boilerplate
React Boilerplate
Production-ready boilerplate for building universal web apps with React and Redux
Stars: ✭ 53 (-3.64%)
Mutual labels:  boilerplate
Lemon
🍋 Minimal and responsive CSS framework for fast building websites.
Stars: ✭ 51 (-7.27%)
Mutual labels:  boilerplate
Homemirror
Web based home mirror, inspired by Hannah Mitt's project.
Stars: ✭ 49 (-10.91%)
Mutual labels:  meteor
Laravel5.7 Vue Cli3 Boilerplate
Boilerplate / Starter kit. Laravel 5.7, Vue CLI 3 — Authentication with Email Verification. REST API.
Stars: ✭ 52 (-5.45%)
Mutual labels:  boilerplate
Boilerplate
Responsive CSS, HTML and JavaScript front-end starting point.
Stars: ✭ 48 (-12.73%)
Mutual labels:  boilerplate
Vanilla Css
A minimal baseline stylesheet for any web project
Stars: ✭ 53 (-3.64%)
Mutual labels:  boilerplate
Authentication Server
A simple authentication service to deliver JWT with Hasura claims, based on users with multiples roles stored in a Postgres database.
Stars: ✭ 48 (-12.73%)
Mutual labels:  boilerplate
Icinema
A Full Stack MERN app with CRUD operations for theatres where users can search for movies that are available and admin can add a movie to the list and much more.
Stars: ✭ 51 (-7.27%)
Mutual labels:  boilerplate
Node Typescript Boilerplate
Minimalistic project template to jump start a Node.js back-end application in TypeScript. ESLint, Jest and type definitions included.
Stars: ✭ 1,061 (+1829.09%)
Mutual labels:  boilerplate

Meteor-skeleton

A boilerplate for Meteor - giving you a simple and more organized way to create projects.

It comes with a complete collection sample including publications, subscriptions and CRUD functionality. Routes, views and some nice helpers are also included.

Take a look at meteorskeleton.herokuapp.com for a demo.

Meteor-skeleton

Usage

  1. Clone it: git clone https://github.com/kjetilhau/meteor-skeleton.git
  2. cd meteor-skeleton
  3. Remove the .git folder
  4. git init
  5. meteor npm install --save
  6. meteor

Packages used

Atmosphere

  • blaze-html-templates
  • accounts-base
  • #alanning:roles
  • kadira:flow-router
  • kadira:blaze-layout
  • arillo:flow-router-helpers
  • zimme:active-route
  • aldeed:schema-deny
  • aldeed:collection2-core
  • aldeed:autoform
  • fourseven:scss

NPM

  • simpl-schema
  • bootstrap
  • moment
  • noty

The Meteor packages 'autopublish' and 'insecure' are removed by default.

Structure

client
import
  api/
    documents/
      both/
        schemas/
      server/
  modules/
  startup/
    both/
    client/
      router/
    server/
  ui/
    components/
      documents/
        edit/
        index/
          documents-index-item/
        new/
        show/
    helpers/
    layouts/
    pages/
    shared/
    stylesheets/
      theme/
public
  img/
  fonts/
server

Other great boilerplates

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].