/image-uploader

Image Uploader application

Primary LanguageVueMIT LicenseMIT

Image Uploader

Preview

The project contains a solution for the devchallenges.io challenge "Image uploader". A full description of the solution can be found here.

Getting started

Install project dependencies

yarn install

To run the project you need to set environment variables declared in the .env.example file.

For development use the "dev" command as follows:

yarn dev

This will start development server.

To get a production build use the "build" command:

yarn build