Skip to content

andrewlo/giphy-react-redux

Repository files navigation

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

About

Giphy app with React/Redux/Typescript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published