Get started Install the dependencies... npm install ...then start Rollup: npm run dev Navigate to localhost:8080. Building and running in production mode To create an optimised version of the app: npm run build You can run the newly built app with npm run start. This uses sirv.