Creating our Angular project
On this section, we shall start our project
Last updated
On this section, we shall start our project
Last updated
We have two ways to create our project: from Stackblitz or from your computer, they both use Visual Code Studio. On this tutorial, we shall use Stackblitz: I want to let it available online for you guys, as so you can play without needing all the setups; just the initial process changes, the remaining procedure is similar.
Just go to Stackblitz, enter with your account, and choose Angular project.
Open your VS code, and type:
wait, and may take a while, and shit to the folder, "cd your project"
Wait for it, wait for it, and have fun! π iT
In order to alleviate work to me, I am not going to keep pointing the differences, they are quite small.
The app your create is basic, but fully functional, inclusing basic tests.
Run npm test
and the test should run, everything should pass! πͺπ