Skip to content

shemeermali/meteor-react-restivus-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor-react-restivus-boilerplate installation

git clone https://github.com/shemeermali/meteor-react-restivus-boilerplate.git myapp

cd myapp

meteor npm install --save react react-dom react-router

meteor npm install --save react-addons-pure-render-mixin

meteor

Open app in brwoser http://localhost:3000/

Add Data to DB

cd myapp

meteor mongo

db.items.insert({ name: "Item 1"});

db.items.insert({ name: "Item 2"});

db.items.insert({ name: "Item 3"});

Item list in UI-: http://localhost:3000/items

Item list as API-:http://localhost:3000/api/items/

Running on mobile platforms-: https://www.meteor.com/tutorials/blaze/running-on-mobile

About

Meteor React Restivus Hybrid app and API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published