Skip to content

SnirShechter/file-upload-frontend

Repository files navigation

Snir's file upload client

This is the frontend client for Snir's file upload.

Demo

You can find a demo at: https://snirs-file-upload.netlify.com/

Running the application

  1. Run npm install
  2. Copy .env.example to .env and edit accordingly
  3. Run npm run serve

Building for production

  1. Run npm run build