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

https://github.com/bikranshu/meteor-mongo-react-redux

Meteor, MongoDB, React and Redux Application
https://github.com/bikranshu/meteor-mongo-react-redux

meteor mongodb react react-router redux redux-form

Last synced: 2 months ago
JSON representation

Meteor, MongoDB, React and Redux Application

Awesome Lists containing this project

README

          

Meteor, MongoDB, React/Redux and Node

## Requirements

- NodeJs
- [NPM](https://npmjs.org/) - Node package manager
- [MongoDB](https://www.mongodb.com/) - Document-oriented database

## Installation
- ```curl https://install.meteor.com/ | sh```
- Clone application repository
(```$ https://github.com/Bikranshu/meteor-mongo-react-redux.git```)
- ``` cd meteor-mongo-react-redux```
- Run the following command on terminal
```
$ meteor npm install
$ meteor
```