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
- Host: GitHub
- URL: https://github.com/yankouskia/shop
- Owner: yankouskia
- Created: 2016-03-02T18:11:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T22:26:15.000Z (over 7 years ago)
- Last Synced: 2024-05-17T02:56:33.805Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.29 MB
- Stars: 131
- Watchers: 17
- Forks: 53
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shop [](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: