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.
- Host: GitHub
- URL: https://github.com/drewmoore/design_searcher
- Owner: drewmoore
- Created: 2017-07-08T13:10:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T06:24:38.000Z (almost 9 years ago)
- Last Synced: 2025-03-06T04:46:54.947Z (over 1 year ago)
- Topics: enzyme, es7, eslint, jest, react, redux, travis-ci, webpack
- Language: JavaScript
- Homepage: http://design-searcher.s3-website-us-east-1.amazonaws.com/
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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`.