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

stencil-starter vs stencil-app-starter #20

Closed timarney closed 7 years ago

timarney commented 7 years ago

Is this repo the go to repo for starting both 'standalone' components & apps?

The Readme for this repo references stencil-starter but that seems to redirect to here.

git clone git@github.com:ionic-team/stencil-starter.git my-app
cd my-app
git remote rm origin

Should this be?

git clone git@github.com:ionic-team/stencil-app-starter.git my-app
cd my-app
git remote rm origin

If so I'll submit a PR if you like.

timarney commented 7 years ago

Update: Found the other repo for standalone components stencil-component-starter.