Kickstart a project with FlowRouter fast!
If you would like a simpler kickstart, see the kickstart-simple project.
If you would like a more sophisticated kickstart with code splitting, see the kickstart-hugeapp project.
Clone this project to start a FlowRouter project using Meteor, React.js and Webpack.
git clone https://github.com/thereactivestack/kickstart-simple.git
cd kickstart-simple
meteor
- Include the simple todo app example
- ES6 modules
- Meteor
- React.js
- FlowRouter / ReactLayout
- Webpack (bundle your app / assets and send them to Meteor)
- Hot-reload with no page refresh in development mode
- Optimize your code in production mode
- Give access to NPM by using packages.json
You can use meteor run, meteor build, mup or anything working with Meteor.
meteor run --production
meteor build .
mup deploy