WARNING: This project is no longer in active maintenance. If you would like to maintain it, contact me at benoit@thereactivestack.com
Kickstart a project with Meteor, React and react-router fast!
- git clone https://github.com/thereactivestack/kickstart-meteor-react-router.git
- cd kickstart-meteor-react-router
- meteor
You can try other kickstart projects with ReactRouter, FlowRouter or Redux.
You can use meteor run, meteor build, mup or anything working with Meteor.
meteor run --production
meteor build .
mup deploy
You need to do those 3 steps to make it works with iOS or Android:
-
Add the platform to your Meteor project
meteor add-platform ios meteor add-platform android
-
Allow access to your dev server in your
/mobile-config.js
file:App.accessRule('http://192.168.1.100:3500/*');
-
Replace localhost by your local ip address in
webpack.json
.