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

Update styling

parent f489377d
No related branches found
No related tags found
No related merge requests found
...@@ -9,18 +9,26 @@ This repository shows how to integrate Stencil webcomponnets into an Angular app ...@@ -9,18 +9,26 @@ This repository shows how to integrate Stencil webcomponnets into an Angular app
First, clone the repo: First, clone the repo:
`git clone https://gitlab.ost.ch/tim.gamma/stencil-webcomponents-ssr-in-angular.git` ```
`cd stencil-webcomponents-ssr-in-angular` git clone https://gitlab.ost.ch/tim.gamma/stencil-webcomponents-ssr-in-angular.git
cd stencil-webcomponents-ssr-in-angular
```
Install all necessary NPM-packages: Install all necessary NPM-packages:
`cd stencil-angularapp-demo` ```
`npm install` cd stencil-angularapp-demo
npm install
```
`cd ..` ```
`cd web-components` cd ..
`npm install` cd web-components
npm install
```
The webcomponents need to run the build script, run the following command inside the web-components folder: The webcomponents need to run the build script, run the following command inside the web-components folder:
`npm run build` ```
npm run build
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment