The frontend only repo has been archived and the functionality has been merged with backend and is available under the old name at https://github.com/CodepediaOrg/bookmarks.dev
Efficiently manage your dev bookmarks. The public and worthy ones are published on Github at https://github.com/CodepediaOrg/bookmarks
Built with Angular and Angular CLI
The production setup is can be found here - components production
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
To test against a local backend follow the instructions for the API-Backend (docker based)
This project was generated with Angular CLI
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|module.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.
I use an alias for that
alias bookmarks-build-aot='cd ~/projects/dev/personal/bookmarks/bookmarks.dev; rm -rf dist*; nvm use; npm run build:aot'Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE file for details

