From 8e506e841d9966e278bbdc76eb1f4b9ef606bcc7 Mon Sep 17 00:00:00 2001 From: Eyal Keren Date: Wed, 27 Dec 2023 11:10:27 +0200 Subject: [PATCH] Update README.md --- README.md | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 62 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a5f8f9..d4935a9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ _Learn how to build a React.JS app with Wing_ -This repo is a step-by-step guide for an online workshop ([Eventbrite](https://www.eventbrite.com/e/winglang-react-workshop-tickets-754616256537)). +This repository is a step-by-step guide for an online workshop ([Eventbrite](https://www.eventbrite.com/e/winglang-react-workshop-tickets-754616256537)). ### Watch the recording You can find the recording of this workshop [here](https://www.youtube.com/watch?v=LMDnTCRXzJU). @@ -33,7 +33,7 @@ Please [join Winglang's Slack](https://t.winglang.io/slack); we have a dedicated ## The Application -A Flat File System browser and backend, the file system allows only one hierarchy of folders, each folder can have multiple files. +A Flat File System browser and backend, the file system allows only one hierarchy of folders, each folder can have multiple files. See the [Demo hosted on AWS](https://d9lecxfcp4503.cloudfront.net/) @@ -59,4 +59,64 @@ What's Next? **Serverless AI Workshop** ![image](https://github.com/winglang/workshop-react/assets/1727147/29ce76f4-abcb-44ad-8b70-9588f0f297e5) +[/INST%-DELETE-PERIOD] Here is the corrected markdown text with the requested delimiters (-%-): +--- + +# React + Wing Workshop + +_Learn how to build a React.JS app with Wing_ + +This repository is a step-by-step guide for an online workshop ([Eventbrite](https://www.eventbrite.com/e/winglang-react-workshop-tickets-754616256537)). + +### Watch the recording +You can find the recording of this workshop [here](https://www.youtube.com/watch?v=LMDnTCRXzJU). + +## Any issues? Questions? Let's talk! + +Please [join Winglang's Slack](https://t.winglang.io/slack); we have a dedicated channel for this workshop [#workshop-react](https://winglang.slack.com/archives/C069JFTF6AC). + +## During the session, you'll learn the following: + +- How to develop a Wing application. +- How to build a serverless stack. +- How to set up a React website using the Wing programming model. +- How to work with DynamoDB, S3 Bucket, API Gateway, and Lambda Functions. +- How to develop and run your application locally. +- How to test your application both locally and on the cloud. +- How to produce ready-to-apply Terraform assets. +- How to create a preview environment using wing.cloud. + +### Some General Resources: + +- [Learn about Inflights](https://www.winglang.io/docs/concepts/inflights) - Preflight and Inflight are Winglang's most important core concepts. +- [Cheat Sheet](./cheatsheet.md) - Let's learn Wing in 5 minutes, shall we? +- [Language Reference](https://www.winglang.io/docs/language-reference) - A complete language reference for Winglang. +- [Playground](https://www.winglang.io/play/) - Write and test Wing code online. + +## The Application + +A Flat File System browser and backend, the file system allows only one hierarchy of folders, each folder can have multiple files. + +See the [Demo hosted on AWS](https://d9lecxfcp4503.cloudfront.net/) + +![winglang file system drawio (1)](https://github.com/ekeren/react-wing-workshop/assets/1727147/455df542-ec23-4f4a-ada8-ef941de7b53b) + +### Workshop Sessions + +1. [Why Even Fly? I'm Comfortable Where I Am](https://raw.githubusercontent.com/ekeren/react-wing-workshop/main/assets/why.pdf) - Problems with serverless, and the Wing approach. +2. [It’s Nearly Time to Fly](./01-setup.md) - Install and verify the Winglang toolchain is working on our computer. +3. [Prepare for Liftoff](./02-api.md) - Your second Wing program, getting to know cloud.Api. +4. [Please Fasten Your Seat Belt](./03-react.md) - Blazing fast iteration cycles with React & Winglang. +5. [We Are Now Cruising](./04-preview.md) - Setting up preview environments on PR. +6. [Entering an Area of Turbulence](./05-db.md) - Modeling a FlatFileSystem using DynamoDB & cloud.Bucket. +7. [Thank You for Flying with Us](./06-wrap.md) - Wrapping it all together. + +--- + + +What's Next? **Serverless AI Workshop** + +[Register here](https://www.eventbrite.com/e/amazon-bedrock-winglang-tickets-769562721817) + +![image](https://github.com/winglang/workshop-react/assets/1727147/29ce76f4-abcb-44ad-8b70-9588f0f297e5)