https://github.com/santiq/meteor-react-ecommerce
Example of an app for e-commerce using Meteor + Reactjs
https://github.com/santiq/meteor-react-ecommerce
Last synced: 8 months ago
JSON representation
Example of an app for e-commerce using Meteor + Reactjs
- Host: GitHub
- URL: https://github.com/santiq/meteor-react-ecommerce
- Owner: santiq
- License: mit
- Created: 2016-02-02T18:48:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T18:05:12.000Z (over 9 years ago)
- Last Synced: 2025-01-02T02:44:45.610Z (9 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Meteor React e-commerce application
----------------------------------------------An example of an application for e-commerce using this fancy technologies
#Instalation
---------------Just clone this repo
```bash
$ git clone git@github.com:santiq/meteor-react-ecommerce.git
```
Then run the application
```bash
$ cd meteor-react-ecommerce/
$ meteor```
#Generating documentation
------------------------This app use Meteor-jsdoc (https://www.npmjs.com/package/meteor-jsdoc) for generate documentation.
It's simple to use, follow the instructions here (https://www.npmjs.com/package/meteor-jsdoc)