Skip to content

ztrauq/kickstart-flowrouter

Repository files navigation

kickstart-flowrouter by thereactivestack

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.

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

The stack & features

  • 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

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

About

Kickstart a Meteor project with Webpack and FlowRouter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published