Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan <nathanjhood@googlemail.com>
  • Loading branch information
nathanjhood authored Oct 16, 2024
1 parent 4862186 commit 6e505fe
Showing 1 changed file with 3 additions and 30 deletions.
33 changes: 3 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ With TailwindCSS, ESBuild, and fast-refreshing development server!
### `serve ./public`

```sh
$ git clone git@github.com:nathanjhood/web-components.git
$ git clone git@github.com:nathanjhood/ts-web-components.git
```

```sh
$ cd web-components
$ cd ts-web-components
```

```sh
Expand Down Expand Up @@ -71,37 +71,10 @@ Rebuilding...

---

### `<projectFolder>/public`

```sh
./
├── index.html
└── static/
├── css/
│   └── index.css
├── js/
│   └── index.js
└── png/
└── logo.png

4 directories, 4 files
```

```sh
./index.html
./static/css/index.css
./static/js/index.js
./static/png/logo.png

4 directories, 4 files
```

---

### `class AppComponent {}`

```ts
// static/js/index.js
// src/App.ts

class AppComponent {}
```
Expand Down

0 comments on commit 6e505fe

Please sign in to comment.