This is a simple example of how to upload a files to Azure Blob Storage using the Azure Blob Storage in React.
- Clone the repo
git clone https://github.com/Sanchitbajaj02/azure-file-upload.git
- Go to the project directory
cd azure-file-upload
- Run the dependencies installation command
npm install
- Run the start command to start the development server
npm run dev
- 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
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)
If you want to contribute to this project, feel free to open a pull request.