Skip to content

csreddy98/wing-react-app-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

main.w

The main.w file sets up a simple cloud API and a React application.

  • It imports the necessary cloud and react modules.
  • It creates a new cloud API with CORS enabled.
  • It defines a GET endpoint at the root path ("/") that returns a "Hello, world!" message.
  • It sets up a React application with the project path ./app and a local port 4500.
  • It adds environment variables API_URL and TEXT to the React application, where API_URL is the URL of the cloud API and TEXT is a custom message.

This setup allows you to run a React application that can interact with the cloud API.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages