Skip to content

Commit 626f2b4

Browse files
committed
More styling
1 parent 73204fa commit 626f2b4

18 files changed

+745
-332
lines changed

README.md

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Werners typescript template
22

33
Project to help me learn more about MobX and Lit
4+
Live demo https://typescripttemplate.azurewebsites.net/
45

56
Stack:
67

@@ -24,32 +25,16 @@ Open http://localhost:8080 to view it in the browser.
2425
The page will reload if you make edits.
2526
You will also see any lint errors in the console.
2627

27-
### npm run build
2828

29+
### npm run build
2930
Builds a static copy of your site to the `build/` folder.
3031
Your app is ready to be deployed!
3132

32-
## Lit examples
33-
34-
```
35-
<!-- Child nodes -->
36-
<h1>${this.pageTitle}</h1>
37-
38-
<!-- Attribute -->
39-
<div class=${this.myTheme}></div>
40-
41-
<!-- Boolean attribute -->
42-
<p ?hidden=${this.isHidden}>I may be in hiding.</p>
43-
44-
<!-- Property -->
45-
<input .value=${this.value}>
46-
47-
<!-- Event listener -->
48-
<button @click=${() => {console.log("You clicked a button.")}}>...</button>
49-
```
50-
5133
## Publishing to azure
52-
5334
run snowpack build
5435
then upload the build folder using this guide:
5536
https://docs.microsoft.com/en-us/azure/app-service/quickstart-nodejs?tabs=windows&pivots=development-environment-vscode
37+
38+
39+
## Credit
40+
https://codepen.io/gabrielcojea

0 commit comments

Comments
 (0)