Install the dependencies...
npm install
...then start Rollup:
npm run dev
Navigate to localhost:8080.
To create an optimised version of the app:
npm run build
You can run the newly built app with npm run start.
npm run start