Skip to content

Commit

Permalink
fix: fix up article
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Jan 1, 2025
1 parent a49e7a5 commit 1c8fd64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import CodeSandbox from '~/components/code-sandbox/index.tsx';

<ArticleBlock>

![Image](https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F85209017e99f4753a56614f6712817c5?width=700)

Nothing is more satisfying than playing with code and discovering new things! Yes, it is finally here, `npm init qwik` for you to try and discover a different way to build web apps that stay lean and performant no matter their size. It is the same technology that is powering [builder.io](https://www.builder.io) and gets [100/100 PageSpeed](https://www.builder.io/blog/how-we-cut-99-percent-js-with-qwik-and-partytown).

Qwik starter CLI is a simple starter for you to try experimenting with Qwik first hand and to get a better understanding of just how different it is.
Expand Down Expand Up @@ -44,7 +42,7 @@ The CLI consist of these four examples, that will be expanded in the near future
> (cd qwik-starter; npm install; npm start)
```
![Image](https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F17ab71fc12be4fbb9a8b19415998995f?width=705)
<img class="w-full" src="https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F17ab71fc12be4fbb9a8b19415998995f?width=800" alt="starter app" />
Try it in [StackBlitz](https://stackblitz.com/edit/qwik-starter).
Expand All @@ -68,7 +66,7 @@ Try it in [StackBlitz](https://stackblitz.com/edit/qwik-starter).
> (cd qwik-builder; npm install; npm start)
```

![Image](https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F8c4425a663a84a41a85555f53f2665fc?width=705)
<img class="w-full" src="https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F8c4425a663a84a41a85555f53f2665fc?width=800" alt="qwik builder app" />

Try it in [StackBlitz](https://stackblitz.com/edit/qwik-todo-builder).

Expand All @@ -92,7 +90,7 @@ Try it in [StackBlitz](https://stackblitz.com/edit/qwik-todo-builder).
> (cd qwik-partytown; npm install; npm start)
```
![Image](https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F00c19642f9ac4f618f0d7356b9bc46cf?width=705)
<img class="w-full" src="https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F00c19642f9ac4f618f0d7356b9bc46cf?width=800" alt="qwik partytown app" />
## Classic TodoMVC
Expand All @@ -114,19 +112,14 @@ Try it in [StackBlitz](https://stackblitz.com/edit/qwik-todo-builder).
> (cd qwik-todo; npm install; npm start)
```

![Image](https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2Fc7c0ea671c4547ecb2cd7da50843b97f?width=705)
<img class="w-full" src="https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2Fc7c0ea671c4547ecb2cd7da50843b97f?width=800" alt="qwik todo app" />

Try it in [StackBlitz](https://stackblitz.com/edit/qwik-todo-demo).

## Profile away

We encourage you to open the dev tools and put all of the examples through the profiler to see how little time is spent on the main thread.

Happy coding and please provide feedback:

- Star us on [github.com/builderio/qwik](https://github.com/builderio/qwik)
- Follow us on [@QwikDev](https://twitter.com/QwikDev) and [@builderio](https://twitter.com/builderio)
- Chat us on [Discord](https://discord.gg/JHVpZmqSs4)
- Join [builder.io](https://builder-io.rippling-ats.com)
Happy coding and please provide feedback 🚀

</ArticleBlock>
2 changes: 1 addition & 1 deletion packages/docs/src/routes/(blog)/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ export const blogArticles: BlogArticle[] = [
'https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F85209017e99f4753a56614f6712817c5',
path: '/blog/introducing-qwik-starters/',
tags: ['Qwik'],
readingTime: 5,
readingTime: 1,
},
];

0 comments on commit 1c8fd64

Please sign in to comment.