Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 1006 Bytes

README.md

File metadata and controls

68 lines (47 loc) · 1006 Bytes

htmlparser

Feature

  • Parsing HTML attributes
  • Download the results of parsing HTML attributes as a JSON-formatted file
  • Download the results of parsing HTML attributes as a CSV-formatted file

Architecture

arch

Backend

htmlparser-backend

SetUp and Build

cd htmlparser
bun run build

Run

bun run dev

Access

http://localhost:5173

Lint

bun lint

Format

bun format

Test

npm test

Caution

When I run the test on Bun(bun test), I get an error, but it is not caused by the code. oven-sh/bun#10275

Stacks

Category Technology
Language TypeScript
Package manager Bun
Library React
Platform Cloudflare Pages
Testing Framework Vitest
Formatter / Linter Biome
Development environment Docker