All Projects → CodepediaOrg → Bookmarks.dev Frontend Only Archive

CodepediaOrg / Bookmarks.dev Frontend Only Archive

Licence: mit
Bookmarking for Developers & Co

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Bookmarks.dev Frontend Only Archive

.codebits
📚 List of resources for Algorithms and Data Structures in Python & other CS topics @2017
Stars: ✭ 144 (+278.95%)
Mutual labels:  programming, resources, books
Bookmarks
🔖 ⭐️ Collection of public dev bookmarks, shared with ❤️ from www.bookmarks.dev
Stars: ✭ 181 (+376.32%)
Mutual labels:  education, programming, books
Books
Awesome Books
Stars: ✭ 3,242 (+8431.58%)
Mutual labels:  education, resources, books
Devops Roadmap
DevOps methodology & roadmap for a devops developer in 2019. Interesting books to learn new technologies.
Stars: ✭ 349 (+818.42%)
Mutual labels:  programming, books
30 Seconds Of React
Short React code snippets for all your development needs
Stars: ✭ 3,991 (+10402.63%)
Mutual labels:  education, programming
Sobre
Informações gerais sobre o Centro de Treinamento
Stars: ✭ 345 (+807.89%)
Mutual labels:  education, programming
Awesome Courses
List of free online programming/CS courses [Massive Open Online Courses]
Stars: ✭ 273 (+618.42%)
Mutual labels:  education, programming
Free Livros
Educação é um direito de todos
Stars: ✭ 433 (+1039.47%)
Mutual labels:  programming, books
Programming Books
A collection of Programming books 📖
Stars: ✭ 367 (+865.79%)
Mutual labels:  programming, books
Autolab
Course management service that enables auto-graded programming assignments.
Stars: ✭ 528 (+1289.47%)
Mutual labels:  education, programming
Learn Vim
Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for.
Stars: ✭ 7,221 (+18902.63%)
Mutual labels:  education, programming
Ultimate Python Resource Hub
The Ultimate resource hub of Python: All at one place
Stars: ✭ 298 (+684.21%)
Mutual labels:  resources, books
Awesome Falsehood
😱 Falsehoods Programmers Believe in
Stars: ✭ 16,614 (+43621.05%)
Mutual labels:  programming, resources
Awesome Devbook
📕 국내 개발 도서 리스트
Stars: ✭ 351 (+823.68%)
Mutual labels:  programming, books
Resources I Like
📚💯 Collection of learning resources i like
Stars: ✭ 280 (+636.84%)
Mutual labels:  programming, resources
Repl
The Learning Hub for UoL's Online CS Students
Stars: ✭ 367 (+865.79%)
Mutual labels:  resources, books
Courses
Awesome Courses
Stars: ✭ 663 (+1644.74%)
Mutual labels:  education, resources
The Complete Guide To Modern Javascript
A comprehensive, easy-to-follow ebook to learn everything from the basics of JavaScript to ES2020. Read more on my blog https://inspiredwebdev.com or buy it here http://a-fwd.to/jHO6m9t. Get the course here https://www.educative.io/courses/complete-guide-to-modern-javascript?aff=BqmB
Stars: ✭ 827 (+2076.32%)
Mutual labels:  education, programming
Awesome Scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
Stars: ✭ 36,688 (+96447.37%)
Mutual labels:  programming, resources
Ultimate Coding Resources
A collection of the best resources for programming, web development, computer science and more.
Stars: ✭ 3,055 (+7939.47%)
Mutual labels:  programming, resources

Frontend only has been archived

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

Source code for bookmarks.dev - the Bookmark Manager for Developers & Co

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

components-graph

The production setup is can be found here - components production


Getting Started

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)

Development setup

This project was generated with Angular CLI

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.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|module.

Testing

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

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.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Deployment

Build

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'

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].