A simple e-commcerce as SPA Getting started Make sure you have installed the latest version of nodejs together with its default package manager: "npm" and do: $ npm install $ npm run build $ http-server dist -c -1 And go to"http://localhost:8080/".