This repository contains the source code for bookmarks.
# Install project dependencies
npm install
# Compiles and runs dev server at `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
ng serve
# Code scaffolding, can also use can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`
ng generate component component-name
# Run unit tests
ng test
# Compiles and builds for production
ng build --configuration production
This project is licensed under the MIT License. See the LICENSE file for further details.
Contents of this site by Paulo Jorge. All rights reserved.