GithubHelp home page GithubHelp logo

gongfupanada / meteor-starter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yogiben/meteor-starter

0.0 0.0 0.0 28.54 MB

Kickstart your meteor projects

License: MIT License

HTML 40.02% CoffeeScript 51.17% CSS 2.62% JavaScript 6.19%

meteor-starter's Introduction

Meteor Starter

A Meteor boilerplate with a lot packed in. Written in Coffeescript.

Tutorials

MIT License

Maintained by Meteor Factory. Professional Meteor development.

Meteor starter

Setup

git clone https://github.com/yogiben/meteor-starter.git myapp
cd myapp
meteor

What's included

Visitors####

  • Sexy landing page

####Users####

  • Login / Sign up etc. from Accounts Entry
  • Sign in with Facebook etc. with automatic photo import
  • Profile Page - add a photo, location and other fields defined in schema
  • Have a username (or not)
  • Change their password and delete their account

Admin

Interactions

  • Create / edit posts with image upload
  • Favorite / comment on posts

Customisation

Detailed tutorails coming soon.

First steps:

  • Edit basic setting in /lib/_config/_config.coffee
  • Delete / modify HTML in /client/views/home.html
  • Update colors in /client/style/bootstrap-variables.less
  • Add / edit collections in /collections/
  • Create routes and views in /lib/router/router.coffee and /client/views folder

Docker

Dockerize it

for Dev

docker build -t myrepo/meteordev -f Dockerfile-dev .

Run

docker run -it -p 3000:3000 --rm myrepo/meteordev

for Prod

docker build -t myrepo/mymeteorapp .

Run it

docker run --name mongodb -d mongo
docker run -it --rm -p 3000:3000 --link mongodb:db -e "MONGO_URL=mongodb://db" -e "ROOT_URL=http://localhost:3000" myrepo/mymeteorapp

Screenshots

alt tag alt tag alt tag alt tag

Premium Support

Have an urgent issue or want help with implementation? Start a conversation with Meteor Factory.

meteor-starter's People

Contributors

yogiben avatar mpowaga avatar renancouto avatar philip-nunoo avatar snamoah avatar esteedqueen avatar kalinchernev avatar techplexengineer avatar dermellor avatar alextaaa avatar carrot93 avatar brylie avatar chip avatar debraid avatar deepupathak 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.