Skip to content
Snippets Groups Projects
Commit 29aa3c51 authored by Tim Gamma's avatar Tim Gamma
Browse files

Update README

parent 48b48547
Branches
No related tags found
No related merge requests found
......@@ -32,3 +32,24 @@ The webcomponents need to run the build script, run the following command inside
```
npm run build
```
Now, everything is set up. To launch the application, do the following:
```
cd ..
cd stencil-angularapp-demo
```
To launch without SSR:
```
ng serve
```
To launch with SSR:
```
npm run dev:ssr
```
All adjustments that need to be made to run Stencil webcomponents in an Angular application are documented in the README of the folders.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment