stencil-community / stencil-app-starter

Minimal starter project for building web components with Stencil
https://github.com/ionic-team/stencil
MIT License
320 stars 102 forks source link

Clean project gives blank page #43

Closed goszczynskip closed 6 years ago

goszczynskip commented 6 years ago

Stencil version:

@stencil/core@0.4.0

I'm submitting a ... [x ] bug report

Current behavior: After doing all steps in getting started section, I get blank page on http://localhost:3333/

Expected behavior: I should get some demo layout/text

Steps to reproduce: Follow steps included in guide.

git clone https://github.com/ionic-team/stencil-app-starter my-app
cd my-app
git remote rm origin
npm install
npm start
joselee commented 6 years ago

I have the same issue. Followed the quick start instructions @goszczynskip mentioned above, browser opens up to a blank page. No errors in browser console or in build command shell.

operating system: Windows 10 node: 6.11.0 npm: 3.10.10 stencil: 0.4.0

jgw96 commented 6 years ago

Hello all! I just updated this starter to the latest release of Stencil which fixes this issue. Thanks for using Stencil!