Install the dependencies...
cd criminal-contract-ui
npm install
...then start Webpack:
npm run dev
Navigate to localhost:8080. You should see the app running.
To create an optimised version of the app:
npm run build
You can run the newly built app with npm run start
.