Make image search easier.
- Follow the node version in .nvmrc.
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
To run unit tests:
npm test