First install dependencies:
npm install
Then run like this:
npm start
Easy.
The application uses create react application scripts (with a little thing on top of it – craco to be able to use paths aliases feature. I.e. to be able to do:
import x from 'app/components/x'
Instead of:
import x from '../../../components/x'