- Clone the repo and run
npm install
The repo development is mainly in /src
, /api
and /test
.
npm run dev
- Starts server & watches folders
npm run build
- Builds compiled client deployable packagenpm test
- Runs all tests
npm install
The repo development is mainly in /src
, /api
and /test
.
npm run dev
- Starts server & watches folders
npm run build
- Builds compiled client deployable packagenpm test
- Runs all tests