This project was generated with Angular CLI version 13.1.3.
In this project we used the following node version: v14.18.2
so we would recommend to use the same version.
Clone the project
git clone https://github.com/JoanAndoni/search-app.git
Change into the directory of the projectcd search-app
Install the packages for the projectnpm i
- After the installation you will be able to run the development server.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.