Skip to content

stratospark/kickstart-meteor-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kickstart-meteor-react

Kickstart a barebone project with Meteor and React fast!

  1. git clone https://github.com/thereactivestack/kickstart-meteor-react.git
  2. cd kickstart-meteor-react
  3. meteor

You can try other kickstart projects with ReactRouter, FlowRouter or Redux.

Production

You can use meteor run, meteor build, mup or anything working with Meteor.

Run in production mode

meteor run --production

Build for production

meteor build .

Deploy with Meteor-up

mup deploy

Cordova

You need to do those 3 steps to make it works with iOS or Android:

  1. Add the platform to your Meteor project

    meteor add-platform ios
    meteor add-platform android
  2. Allow access to your dev server in your /mobile-config.js file:

    App.accessRule('http://192.168.1.100:3500/*');
  3. Replace localhost by your local ip address in webpack.json.

About

Kickstart a simple project fast!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.7%
  • HTML 1.3%