Project is built using pnpm
which may behave differently to npm
.
npm i -g pnpm
to install pnpm
.
pnpm i
to install this project's packages.
Running pnpm build
will package the project with Webpack and output in the dist/
directory. The app
can be viewed by opening dist/index.html
in a browser.
Running tsc
will compile the project using Typescript and output Javascript files into ts-build/
.
Use pnpm test
to run the test suite with Jest, or pnpm live-test
to start a
file watcher for continuous testing.