Git Product home page Git Product logo

meteor-app-example-1-3-2-4's Introduction

Usage

git clone https://github.com/nobutakaoshiro/meteor-app-example-1-3-2-4.git
cd meteor-app-example-1-3-2-4
meteor npm install
meteor npm start
# => open http://localhost:3000/ with browser

MEMO

meteor create meteor-app-example-1-3-2-4 --release 1.3.2.4
cd meteor-app-example-1-3-2-4

meteor npm install
meteor remove autopublish insecure
meteor add react-meteor-data aldeed:simple-schema
meteor npm install -S react react-dom react-addons-pure-render-mixin

mkdir -p imports/api/items/server \
         imports/startup/{client,server} \
         imports/ui/{components,containers,layouts} \
         imports/ui/components/Items

touch imports/api/items/{items,methods}.js \
      imports/api/items/server/publications.js \
      imports/startup/{client,server}/index.js \
      imports/startup/server/fixtures.js \
      imports/ui/components/Items/{Item,Items}.js \
      imports/ui/containers/AppContainer.js \
      imports/ui/layouts/AppLayout.js

# heroku setup
heroku create meteor-app-example-1-3-2-4
heroku buildpacks:set https://github.com/AdmitHub/meteor-buildpack-horse.git
heroku addons:create mongolab
heroku config:set ROOT_URL=https://meteor-app-example-1-3-2-4.herokuapp.com/
heroku labs:enable http-session-affinity

# deploy
git push heroku master

#=> open https://meteor-app-example-1-3-2-4.herokuapp.com/ with browser

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.