Skip to content

qwik-courses/qwik-course

Repository files navigation

Qwik For Beginners Course

This repository contains the code of the Qwik For Beginners Course:

Qwik For Beginners Course

IMPORTANT: please use Node 18 (Long-term support version) to take this course.

Instructions for taking this course

If you want, you can install the course code and code along as you go through the course.

Notice that this is optional, the course will still make perfect sense if you choose to just watch it and not code along as you go.

But coding along is one of the best ways to learn, so I encourage you to try it out.

This section teaches you how to get your local development environment up and running, so that you can comfortably learn the framework in a stable environment.

This repository provides you with a playground environment with everything you need, including a backend server that you will use during the course.

This repository contains a few branches:

  • the 1-start branch is the starting point of the course

  • the main branch contains the finished version of the code. You should refer to this branch in case of doubts with any of the imports, and to compare your code with the finished code.

How To install the course code

You can find the course repository in the following url:

https://github.com/qwik-courses/qwik-course

Start by cloning the repository:

git clone https://github.com/qwik-courses/qwik-course.git
cd qwik-course

Then switch to the 1-start branch:

git checkout 1-start

Install your dependencies:

npm install

To Run the Development Backend Server

We can start the sample application backend with the following command:

npm run server

This is a small Node REST API server.

To run the Development UI Server

To run the frontend part of our code, run the following command:

npm start 

Other Courses

Here are some other courses from the same author (Vasco Cavalheiro).

Angular Forms In Depth

If you are looking for the Angular Forms In Depth course, the repo with the full code can be found here:

Angular Forms In Depth

Angular Router In Depth

If you are looking for the Angular Router In Depth course, the repo with the full code can be found here:

Angular Router In Depth

NgRx (with NgRx Data) - The Complete Guide

If you are looking for the Ngrx (with NgRx Data) - The Complete Guide, the repo with the full code can be found here:

Ngrx (with NgRx Data) - The Complete Guide

Angular Core Deep Dive Course

If you are looking for the Angular Core Deep Dive Course, the repo with the full code can be found here:

Angular Core Deep Dive

RxJs In Practice

If you are looking for the RxJs In Practice, the repo with the full code can be found here:

RxJs In Practice Course

NestJs In Practice (with MongoDB)

If you are looking for the NestJs In Practice Course, the repo with the full code can be found here:

NestJs In Practice Course

Angular Testing Course

If you are looking for the Angular Testing Course, the repo with the full code can be found here:

Angular Testing Course

Serverless Angular with Firebase Course

If you are looking for the Serverless Angular with Firebase Course, the repo with the full code can be found here:

Serverless Angular with Firebase Course

Angular Universal Course

If you are looking for the Angular Universal Course, the repo with the full code can be found here:

Angular Universal Course

Angular PWA Course

If you are looking for the Angular PWA Course, the repo with the full code can be found here:

Angular PWA Course - Build the future of the Web Today

Angular Security Masterclass

If you are looking for the Angular Security Masterclass, the repo with the full code can be found here:

Angular Security Masterclass.

Angular Security Masterclass

Angular Advanced Library Laboratory Course

If you are looking for the Angular Advanced Course, the repo with the full code can be found here:

Angular Advanced Library Laboratory Course: Build Your Own Library.

Angular Advanced Library Laboratory Course: Build Your Own Library

RxJs and Reactive Patterns Angular Architecture Course

If you are looking for the RxJs and Reactive Patterns Angular Architecture Course code, the repo with the full code can be found here:

RxJs and Reactive Patterns Angular Architecture Course

RxJs and Reactive Patterns Angular Architecture Course