Skip to content

Telefonica/ogw-wad2025-workshop-frontend

Repository files navigation

WeAreDevelopers World Congress 2025

Workshop's Frontend Application

Prerequisites

  • Node.js (version 18 or higher recommended)
  • npm (comes with Node.js) or yarn

Setting up Environment Variables

  1. Create a .env file in the root of the project if it does not exist.
  2. Add your environment variables in the following format:
VITE_BACKEND_URL=<where you started your backend server at>
  • All environment variables used in the Vite app must be prefixed with VITE_.
  • You can create different files for different environments, e.g., .env.development, .env.production.

Running the App

  1. Install dependencies:

    npm install
    # or
    yarn install
  2. Start the development server:

    npm run dev
    # or
    yarn dev
  3. Open your browser and go to the URL shown in the terminal (usually http://localhost:5173).

License

This project is licensed under the Apache License - see the LICENSE file for details.

Other resources

Check the workshop's full project, abstract and other repos at Workshop: "Integrating Open Gateway in your application to shift to a better sign-up experience".

About

Frontend sample application for the WAD25 workshop

Resources

Security policy

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages