Polymer 3 with HTML App Compiling Compile the Foo Component $ cd components/foo-component $ yarn install && yarn build $ cd - Compile the Bar Component $ cd components/bar-component $ yarn install && yarn build $ cd - Run the Server $ cd server $ yarn install $ yarn start Open in a Browser Navigate to http://localhost:3000/ to view the application