Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saschb2b/meteor-mantra-react-redux-kickstarter
Basic structure for mantra architecture with flow router, react and redux
https://github.com/saschb2b/meteor-mantra-react-redux-kickstarter
flow-router mantra mantra-architecture meteor meteorjs react redux
Last synced: 25 days ago
JSON representation
Basic structure for mantra architecture with flow router, react and redux
- Host: GitHub
- URL: https://github.com/saschb2b/meteor-mantra-react-redux-kickstarter
- Owner: saschb2b
- License: mit
- Created: 2016-04-20T08:27:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T08:39:35.000Z (almost 8 years ago)
- Last Synced: 2024-10-01T05:08:23.291Z (about 1 month ago)
- Topics: flow-router, mantra, mantra-architecture, meteor, meteorjs, react, redux
- Language: JavaScript
- Homepage: http://saschb2b.github.io/meteor-mantra-react-redux-kickstarter
- Size: 64.5 KB
- Stars: 29
- Watchers: 9
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meteor-Mantra-React-Redux
**STILL WIP**
Kickstart a Mantra architecture project with Meteor, React, FlowRouter and Redux
1. `git clone https://github.com/saschb2b/meteor-mantra-react-redux-kickstarter.git`
1. `cd meteor-mantra-react-redux-kickstarter`
1. `npm i`
1. `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-uihttps://www.material-ui.com
### React Helmet
A document head manager for Reacthttps://github.com/nfl/react-helmet
### React Mounter
A simple way to mount React componentshttps://github.com/kadirahq/react-mounter
### Kadira React Storybook
Isolate your React UI Component development from the main apphttps://github.com/kadirahq/react-storybook
### ESLint
A fully pluggable tool for identifying and reporting on patterns in JavaScript. http://eslint.orghttps://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