Skip to content

guscost/arthropod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arthropod

React & TSX webapp with no package management or bundling. The src folder transpiles to www for a demo.

Development

To watch for TypeScript changes and serve the app:

npm install -g typescript serve
tsc -w & serve -s www &

Changes will compile on save, but you will need to refresh the browser manually.

Deployment

After transpiling with tsc, copy the contents of the www folder to a static file server, and you're done.

Included dependencies

  • react
  • react-dom
  • lucide-react
  • tailwindcss
  • @radix-ui/*
  • shadcn dependencies: clsx, zod, etc
  • react-day-picker v9 and custom calendar
  • zustand and wouter in extras.min.js
  • @dnd-kit

Updating dependencies

See update/README.md for instructions on updating the included dependencies.

About

React TSX app with no bundling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published