https://github.com/superwall/web2app-funnel-demo
https://github.com/superwall/web2app-funnel-demo
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/superwall/web2app-funnel-demo
- Owner: superwall
- Created: 2025-03-20T20:14:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-20T20:16:21.000Z (about 1 year ago)
- Last Synced: 2025-06-14T05:45:23.986Z (12 months ago)
- Language: TypeScript
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
# Install dependencies
yarn install
# or
npm install
```
### Development
```bash
# 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.
```bash
# Deploy to development environment
yarn deploy
# or
npm run deploy
# Deploy to production environment
yarn deploy:prod
# or
npm run deploy:prod
```
## License
MIT