To start the app locally you need to install the dependencies:
npm install
Alternatively you may use yarn
:
yarn
To start the dev server type:
npm run dev
Or if you prefer yarn
:
yarn run dev
Now you can navigate to http://localhost:8080/
and observe the app.