First of all, checkout if git is installed and clone this repo:
git clone git@github.com:gabrielguerrero/ngrx-traits.git
After that, you can choose between an automatic or a manual setup of your development enviroment.
Dev containers is an open spec which is supported by GitHub Codespaces and other tools.
Devcontainers setup on your machine is based on the same configuration for Github Codespaces. Docker setup is mandatory.
Devcontainers, as open standard, is supporterd by different IDE. If VSCode is your favourite choise, please remember to install Dev Containers Extensions.
If you go for a local configuration, please install NodeJS(lts iron)
After that, install globally Angular CLI:
npm install -g @angular/cli@17.3.3
Move to the root folder of the project and install dependencies:
npm i
npm test