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
- Host: GitHub
- URL: https://github.com/bikranshu/meteor-mongo-react-redux
- Owner: Bikranshu
- Created: 2017-03-26T09:36:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T17:03:20.000Z (almost 9 years ago)
- Last Synced: 2025-03-27T13:24:43.744Z (about 1 year ago)
- Topics: meteor, mongodb, react, react-router, redux, redux-form
- Language: CSS
- Size: 2.88 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```