Skip to content

winglang/react-file-upload-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An example of an app with a React front-end that allows users to upload files to an S3 bucket.

Usage

Prerequisites:

  • Install the latest version of Wing.
  • Set up an AWS account.

Install the dependencies and build the website:

cd website
npm install
npm run build
cd ..

To build the project and run it locally using the Wing console:

wing run main.w

To compile the project to Terraform/OpenTofu and deploy it to AWS:

wing compile -t tf-aws main.w
cd target/main.tfaws
terraform init
terraform apply

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published