https://github.com/king-prawns/reddit-image-search
Reddit Image Search example
https://github.com/king-prawns/reddit-image-search
ava custom-elements flow testcafe webpack4 zero-dependency
Last synced: 7 months ago
JSON representation
Reddit Image Search example
- Host: GitHub
- URL: https://github.com/king-prawns/reddit-image-search
- Owner: king-prawns
- License: mit
- Created: 2019-01-14T17:52:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T06:44:40.000Z (about 7 years ago)
- Last Synced: 2024-12-27T15:28:11.492Z (over 1 year ago)
- Topics: ava, custom-elements, flow, testcafe, webpack4, zero-dependency
- Language: JavaScript
- Homepage: https://king-prawns.github.io/reddit-image-search/
- Size: 884 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reddit Image Search
[](https://travis-ci.com/king-prawns/reddit-image-search)
[](https://coveralls.io/github/king-prawns/reddit-image-search)
Reddit Image Search example
## Requirements
- Node >= v10.x
- Npm >= v6.0 | Yarn >= v1.1
## Installation
```sh
$ npm i
```
## Available tasks
```sh
# Runs development server (Webpack dev server)
$ npm run dev
# Build command
$ npm run build
# Lint with ESLint
$ npm run lint
# Runs tests (Lint + Flow)
$ npm run test
# Runs ava tests (+ nyc)
$ npm run ava
# Runs E2E tests
$ npm run cafe
# Runs E2E tests (v2)
$ npm run cafe:espresso
# Runs http-server on port 8082
$ npm httpserver
```