Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 608 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 608 Bytes

SpLE frontend common app

Frontend migrated from CRA to Vite and Vitest since v0.20.0. See previous version.

Ensure to install husky git hooks after cloning repository (should be done by default on npm ci).

npm ci

# start development server
npm start

# run tests in watch mode
npm run test:watch

# build static
make web

On Windows use PowerShell as script-shell.