Search GIF from giphy API
Download source code thr git/zip
Navigate to project folder and Run npm i
for downloading all dependencies.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
After ng build
, install an http-server from terminal npm i -g http-server
then execute project from the dist folder using the command http-server ./dist