Open peterennis opened 5 years ago
I got into the same thing and found out that my initial steps were wrong - with following initialization steps I was able to start the angular app successfully:
git clone https://github.com/ionic-team/stencil-ds-plugins-demo.git stencil-ds-plugins-demo && cd stencil-ds-plugins-demo
npm install
lerna bootstrap
or npx lerna bootstrap
if lerna
is not already installed globallylerna run build
cd packages/app-react && npm run start
http://localhost:3000
in your browser