Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 21 hours 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T18:05:12.000Z (almost 9 years ago)
- Last Synced: 2024-11-08T21:06:49.935Z (about 2 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 [email protected]: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)