Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 662 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 662 Bytes

AL Giphy Search App with TypeScript/React/Redux

Giphy search app in React.

Live deployment here: https://al-giphy-search.herokuapp.com/

npm scripts

Dev

yarn install
npm run dev

This runs a development mode server with live reload etc.

Open http://localhost:8080 in your browser.

Production

npm install
npm start

This runs a production-ready express server that serves up a bundled and minified version of the client.

Open http://localhost:8080 in your browser.

Tests

Single Run

$ npm run test

Watch Files

$ npm run test:watch

Coverage

$ npm run cover