- run
npm i
and it should install the custom API package/all other dependencies - make a copy of a self-signed certificate in the root of the project, and call it
cert.pem
(for HTTPS serving) - do the same with a private key and call it
key.pem
- create a
static
folder - copy Big Buck Bunny to the
static
folder and call itbbb.webm
(I used this one: https://upload.wikimedia.org/wikipedia/commons/transcoded/c/c0/Big_Buck_Bunny_4K.webm/Big_Buck_Bunny_4K.webm.720p.vp9.webm)
Don't run from the editor! Do this instead:
- open the project in the editor
- package it
- serve the project with
npm run serve