Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.01 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.01 KB

Helix Sample

This is a sample code of helix. I used regular React libraries not ClojureScript culture's one.

libraries

  • Chakra UI
  • helix
  • react-router-dom
  • jotai
  • axios
  • react-hook-form
  • test by testing-library/react and jsdom

development

npm install
npm run dev
npm run test

we cannot use pnpm, unfortunately

features