Prototype of react.js components for PATRIC and related projects
Requires node.js v12+
Clone, then:
npm install
npm start
To create a build in dist/
using parcel v1:
npm run build
For now, fork and create a PR.
If you are moving or renaming files, particularly when changing a file from .js
/jsx
to .ts
/tsx
, parcel will sometimes get confused.
To clear .cache/
and dist/
, run:
npm run clean
npm start