Skip to content

superwall/web2app-funnel-demo

Repository files navigation

Web2App Base

A starter project for building web applications with React, TypeScript, Tailwind CSS, and Cloudflare Pages.

Features

  • React + TypeScript
  • Tailwind CSS for styling
  • Vite for fast development
  • Cloudflare Pages for hosting and serverless functions

Getting Started

Prerequisites

  • Node.js (v18+ recommended)
  • Yarn or npm

Installation

# Install dependencies
yarn install
# or
npm install

Development

# Start the development server
yarn dev
# or
npm run dev

This will start the development server at http://localhost:5173.

Deployment

This project uses Cloudflare Pages for deployment, including the serverless functions.

# Deploy to development environment
yarn deploy
# or
npm run deploy

# Deploy to production environment
yarn deploy:prod
# or
npm run deploy:prod

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published