This repository contains the code of the Qwik For Beginners Course:
IMPORTANT: please use Node 18 (Long-term support version) to take 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.
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
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 frontend part of our code, run the following command:
npm start
Here are some other courses from the same author (Vasco Cavalheiro).
If you are looking for the Angular Forms In Depth course, the repo with the full code can be found here:
If you are looking for the Angular Router In Depth course, the repo with the full code can be found here:
If you are looking for the Ngrx (with NgRx Data) - The Complete Guide, the repo with the full code can be found here:
If you are looking for the Angular Core Deep Dive Course, the repo with the full code can be found here:
If you are looking for the RxJs In Practice, the repo with the full code can be found here:
If you are looking for the NestJs In Practice Course, the repo with the full code can be found here:
If you are looking for the Angular Testing Course, the repo with the full code can be found here:
If you are looking for the Serverless Angular with Firebase Course, the repo with the full code can be found here:
If you are looking for the Angular Universal Course, the repo with the full code can be found here:
If you are looking for the Angular PWA Course, the repo with the full code can be found here:
If you are looking for the Angular Security Masterclass, the repo with the full code can be found here:
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.
If you are looking for the RxJs and Reactive Patterns Angular Architecture Course code, the repo with the full code can be found here: