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: 8 months ago
JSON representation

Example of an app for e-commerce using Meteor + Reactjs

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)