Giter Site home page Giter Site logo

anuragphadke19 / firestarter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sachag/void

0.0 2.0 0.0 189 KB

A starter template for Meteor, using IronRouter and other smart packages

Home Page: https://firestarter.meteor.com

JavaScript 80.35% CSS 19.65%

firestarter's Introduction

A heavily modified fork of Void

A starter boilerplate app template for Meteor using the following packages:

Installation

If you already have Meteor, Firestarter is ready to go. Just clone it locally, run it with meteor, and start coding!

If not, here are the full instructions:

curl https://install.meteor.com | /bin/sh
git clone https://github.com/anuragphadke19/firestarter.git myApp
cd myApp
git remote -v
git remote rm origin
git remote add origin (github or bitbucket repository URL)
meteor or meteor --port $IP:$PORT (if you are using c9.io)

Features

  • Client-side routing
  • Publications/subscriptions
  • Basic permissions
  • Common templates
  • Basic authentication system
  • Boostrap based authentication UI
  • Fontawesome & Bootstrap 3 support
  • A built in flash message system

Principles

Opinionated structure and patterns a la rails

File Structure

  • client
    • CSS
      • user.css
      • main.css
    • helpers
      • flash.js
      • handlebars.js
      • router.js
    • views
      • common
        • footer.html
        • header.html
        • header.js
        • layout.html
        • loading.html
        • notFound.html
      • items
        • item.html
        • item.js
        • items.html
        • items.js
      • pages
        • about.html
        • homepage.html
      • users
        • forgot.html
        • forgot.js
        • login.html
        • login.js
        • signup.html
        • signup.js
    • main.html
    • main.js
  • models
    • items.js
  • lib
    • helpers.js
    • permissions.js
  • packages
    • sample-package
    • flash-messages
  • public
  • server
    • seed.js
    • publications.js

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.