An open API service indexing awesome lists of open source software.

https://github.com/yankouskia/shop

Online store in react, redux, webpack
https://github.com/yankouskia/shop

Last synced: 5 months ago
JSON representation

Online store in react, redux, webpack

Awesome Lists containing this project

README

        

# Shop [![Build Status](https://travis-ci.org/yankouskia/Shop.svg?branch=master)](https://travis-ci.org/yankouskia/Shop)

## Preparation

> Install nodejs

> Install mongodb

## Run project

```sh
npm install
npm run add-db (for adding initial data)
npm start
```

## Run tests

```sh
npm test
```

### Fill db

```sh
npm run add-db
```

### Technologies

- [x] React
- [x] Redux
- [x] GraphQL
- [x] Immutable
- [x] Babel 6
- [x] Webpack
- [x] Webpack-dev-server
- [x] express
- [x] Mongoose
- [x] react-bootstrap
- [x] react-redux
- [x] sass
- [x] and other ...

### About
* Project represents internet shop. It can easy help people to understand above mentioned technologies. Or just use it as boilerplate in their projects.

**_Open for PRs_** :+1: