A client-side-rendered React Single Page Application that allows you to update URL parameters, including parameters in the search and hash URL components, with valueless key support.
npm run dev
Runs the application in the development mode.
npm run build
Builds the application and outputs the build artefacts to the dist directory.
npm run preview
Serves the built application.
npm run test
Runs the unit tests in "watch" mode.
npm run test:coverage
Runs the unit tests and outputs a coverage report to the coverage directory.