https://github.com/pkcwong/meteor-react-starter
A starter repo to building a web application with ReactJS, using the MeteorJS framework. For mobile app development, check this other project, compatible with this starter repo.
More resource may be found in the wiki.
Install the following frameworks and packages.
Verify the installation.
node --version
npm --version
meteor --version
Clone this repository.
git clone https://github.com/pkcwong/meteor-react-starter.git
cd meteor-react-starter
meteor npm install
meteor
You may use this quick setup to deploy on Heroku.
Demo App: https://meteor-react-starter.herokuapp.com/
Receive the latest updates.
git remote add pk https://github.com/pkcwong/meteor-react-starter.git
git pull pk master
Post your enquiries on issues page, it will be addressed as soon as possible.
- official tutorial for ReactJS
- official tutorial for MeteorJS + ReactJS
- check out the wiki for extra tips and guidelines
- Christopher Wong @pkcwong