Giang's work for FreeBusy Angular assessment
The demo app is available here
- Install Node.js (>=14.19.0 or >=16.9.0)
- Install pnpm:
corepack enable
- Install local dev dependencies:
pnpm install
while current directory is this repo
Run pnpm start
to start a development server on port 8000 with auto reload + tests.
Run pnpm test
to run tests once or pnpm test:watch
to continually run tests.