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

https://github.com/drewmoore/design_searcher

A simple react/redux project for searching for fabric designs.
https://github.com/drewmoore/design_searcher

enzyme es7 eslint jest react redux travis-ci webpack

Last synced: 2 months ago
JSON representation

A simple react/redux project for searching for fabric designs.

Awesome Lists containing this project

README

          

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

# Design Searcher
A simple react/redux project for searching for fabric designs. Powered by Spoonflower's API.
[Hosted on S3](http://design-searcher.s3-website-us-east-1.amazonaws.com/).

## Getting Started
- Clone or fork repository.
- Install node and yarn if needed.
- Run `yarn`.
- Run tests with `npm test`.
- Build development app with `npm run build`.
- Build will be in git-ignored directory `./dist`.
- To build the production app: `npm run build-prod`.
- Build will be in git-ignored directory `./dist_prod`.