Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 661 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 661 Bytes

Image-to-String

Netlify Status

A Simple image to base64 string converter application.

How to get started ?

  1. CLick on Green Code button and download the project

  2. Open terminal in project's root directory

  3. Execute the below command to install all dependencies

npm install 
  1. Execute the below command to start the project server
npm start
  1. Optionally you can execute the bellow command to get a production build
npm build

Demo