https://github.com/thisdot/qwik-training
Qwik training demo app.
https://github.com/thisdot/qwik-training
Last synced: 6 months ago
JSON representation
Qwik training demo app.
- Host: GitHub
- URL: https://github.com/thisdot/qwik-training
- Owner: thisdot
- Created: 2022-10-26T02:08:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-30T10:52:45.000Z (almost 3 years ago)
- Last Synced: 2025-03-15T17:31:24.527Z (over 1 year ago)
- Language: TypeScript
- Size: 492 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install environment to develop Qwik app
1. Install [node.js 16+](https://nodejs.org/en/download/)
2. Install [VSCode](https://code.visualstudio.com/)
## Checkout exercise code
1. git clone git@github.com:thisdot/qwik-training.git
2. git checkout module2-component-exercise-1
3. open `src/routes/index.tsx` code.