Responsive image generation for web developers
- Clone the repository
- Install the server dependencies:
yarn install
- Install the client dependencies:
cd client && yarn install
- Start the server:
yarn start
- Start the client app:
cd client && yarn start