Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.69 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.69 KB

Azure File Upload

license MIT Issues Issues

This is a simple example of how to upload a files to Azure Blob Storage using the Azure Blob Storage in React.

Getting Started

  1. Clone the repo
git clone https://github.com/Sanchitbajaj02/azure-file-upload.git
  1. Go to the project directory
cd azure-file-upload
  1. Run the dependencies installation command
npm install
  1. Run the start command to start the development server
npm run dev
  1. Open http://localhost:5173 with your browser to see the result.

To learn more about Upload files using Filepond to Azure Blob Storage with React, take a look at the following post:

Upload files using Filepond to Azure Blob Storage with React


License

This project is licensed under the MIT License, meaning you are free to use it for any purpose, commercial or non-commercial, without any attribution back to me (public domain). If you use it in your project, I'd love to hear about it! (Find me here: @solitrix02)

Contribution

If you want to contribute to this project, feel free to open a pull request.