1. Open Stackblitz.com
Stackblitz is a platform that allows you to run different applications using just your browser.
- βοΈ You no longer need to install Node, NPM, Yarn or anything!
- βοΈ Stackblitz is fully supported by Google
- βοΈ It's even faster than your own terminal
You should see something like this:
In Stackblitz you can create different kind of projects. In our case we will use Angular:
- Its interface is very similiar to Visual Studio Code
- It has the Angular CLI (an scaffolder) already setup, so you can generate files with just 2 clicks!
- Jump from branch to branch to perform the different exercises β°
- If you are interested in carrying out the exercises in your local environment, take a look at this documentation