Skip to content

king-prawns/reddit-image-search

Repository files navigation

Reddit Image Search

Build Status Coverage Status

Reddit Image Search example

Requirements

  • Node >= v10.x
  • Npm >= v6.0 | Yarn >= v1.1

Installation

$ npm i

Available tasks

# 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