https://github.com/moeen-basra/meteor-react-sample-shop
https://github.com/moeen-basra/meteor-react-sample-shop
meteor meteorjs react reactjs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moeen-basra/meteor-react-sample-shop
- Owner: moeen-basra
- Created: 2016-05-25T13:33:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-25T14:02:27.000Z (almost 9 years ago)
- Last Synced: 2025-01-06T09:28:03.083Z (4 months ago)
- Topics: meteor, meteorjs, react, reactjs
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Shopping cart app using Meteor 1.3+, React JS 15.+
This is just a smaple shopping cart for getting started with React Js, React Routers and Meteor
## Instructions
- Be sure you have [Meteor installed](https://www.meteor.com/install)
- Clone this repo
- Cd into the repo/app
- Install npm packages: ```npm install```
- Run the app by typing ```meteor```## Requirements
- Meteor 1.3 +
- React JS 15+