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

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

Awesome Lists containing this project

README

          

# Reddit Image Search

[![Build Status](https://travis-ci.com/king-prawns/reddit-image-search.svg?branch=master)](https://travis-ci.com/king-prawns/reddit-image-search)
[![Coverage Status](https://coveralls.io/repos/github/king-prawns/reddit-image-search/badge.svg)](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

```