Skip to content

daniel-schroeder-dev/image-selection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Selection Demo

Demo of how to select images and send to an Express server using Fetch.

Installation

Clone the git repo and 'cd' into the directory:

git clone git@github.com:Dayun123/image-selection.git
cd image-selection

Install the npm dependencies:

npm install

Run the server:

DEBUG=image-selection:* npm start

Visit the URL and test the app:

http://localhost:3001