/hello-images

Primary LanguageJavaScript

hello-images

Make image search easier.

Requirements

  1. Follow the node version in .nvmrc.

Building and running on localhost

Prepare env variables with right value (for example: API_KEY):

cp .env.example .env.local

Installation

npm install

For Development

npm start

Create a production build:

npm run prod

Testing

To run unit tests:

npm test