An open API service indexing awesome lists of open source software.

https://github.com/superwall/web2app-funnel-demo


https://github.com/superwall/web2app-funnel-demo

Last synced: 8 months ago
JSON representation

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