Coder Social home page Coder Social logo

lunchpaillola / webflow-hybrid-app-starter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from webflow-examples/hybrid-app-example

0.0 0.0 0.0 5.57 MB

a starter for building hybrid apps for Webflow

JavaScript 40.32% TypeScript 26.61% CSS 33.07%

webflow-hybrid-app-starter's Introduction

Webflow Hybrid App Starter

Welcome to the Webflow Hybrid App Starter! Inspired by the comprehensive work of the Webflow team, this template is a slimmed down adaptation of their Hybrid App Example. It's designed to help you kickstart the development of hybrid Webflow apps (Webflow integrations) for the Webflow platform.

Getting Started

Before you begin, make sure you have the following prerequisites:

  • Node.js (version 18.17+): This starter requires a newer version of Node due to its reliance on Next.js.
  • A Webflow site ready for testing.
  • An already registered Webflow app. For setup instructions, refer to Step 1 of this tutorial.
  • Ngrok or a similar URL forwarding service for development. For setup details, consult Step 3 of this tutorial.

Here's how to get everything set up:

  1. Clone the repository using this command in your terminal:

    git clone https://github.com/lunchpaillola/webflow-hybrid-app-starter.git
  2. Navigate to the project directory and install dependencies:

    cd webflow-hybrid-app-starter
    npm install
  3. Install the necessary packages in the data-client directory:

    # Navigate to /data-client and install dependencies
    cd data-client
    npm install
  4. Install the necessary packages in the designer-extension directory:

    # Navigate to /designer-extension and install dependencies
    cd ../designer-extension
    npm install
  5. Copy the .env.example file to .env.local in both the data-client and designer-extension directories. Update the environment variables with your CLIENT_ID, CLIENT_SECRET, and backend URL.

Guides

For a step-by-step and more detailed explanation of what's included in this starter and how to customize it, visit this blog post:

Features

  • Pre-configured Webflow authentication and API access
  • Example components for login and navigation

Contribute

If you have ideas for new features or any questions about the project, you can:

License

This project is open-sourced under the MIT license.

webflow-hybrid-app-starter's People

Contributors

lunchpaillola avatar roach avatar victoriaplummer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.