Meteor-Mantra-React-Redux
STILL WIP
Kickstart a Mantra architecture project with Meteor, React, FlowRouter and Redux
git clone https://github.com/saschb2b/meteor-mantra-react-redux-kickstarter.git
cd meteor-mantra-react-redux-kickstarter
npm i
meteor
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 .
Packages
Main Packages
Flow Router
https://github.com/kadirahq/flow-router
Redux
https://github.com/reactjs/react-redux
React
https://github.com/facebook/react
Mantra
https://github.com/mantrajs/mantra-core
Meteor
https://github.com/meteor/meteor
Other Packages
React Material UI
https://github.com/callemall/material-ui
React Helmet
A document head manager for React
https://github.com/nfl/react-helmet
React Mounter
A simple way to mount React components
https://github.com/kadirahq/react-mounter
Kadira React Storybook
Isolate your React UI Component development from the main app
https://github.com/kadirahq/react-storybook
ESLint
A fully pluggable tool for identifying and reporting on patterns in JavaScript. http://eslint.org
https://github.com/eslint/eslint
ESLint Config Airbnb
This package provides Airbnb's .eslintrc as an extensible shared config.
https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb
Redbox React
A redbox (rsod) component to display your errors.
https://github.com/KeywordBrain/redbox-react
ToDo
- Get used to mantra
- Isolate React UI components
- Use react komposer
- Try out kadira's storyboard or alternatives
- Learn to love react more
- Make some more modules and load them
- Find a good structure for serverside