Skip to content

amir0ff/reactjs-use-form

Repository files navigation

build and tests Ask DeepWiki code style: prettier GitHub code size in bytes npm minified bundle size npm gzipped bundle size typescript

This is a monorepo managed using pnpm workspaces

root
  |  package.json
  |  pnpm-workspace.yaml
packages
  |
  β”œβ”€ main/
  |    package.json
  └─ examples/
       package.json

Development

Prerequisites

  • Node.js 18+
  • pnpm 9+ (recommended)

Setup

# Clone the repository
git clone https://github.com/amir0ff/reactjs-use-form.git
cd reactjs-use-form

# Install dependencies
pnpm install

# Build library in watch mode
pnpm dev

# Run tests
pnpm test

# Start the example app
pnpm dev:example