Skip to content

superneko160/htmlparser-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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