Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-ui

https://www.material-ui.com

### 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