Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Generator Jhipster | 20,873 | 4,666 | 203 | 8 hours ago | 269 | July 12, 2023 | 241 | apache-2.0 | TypeScript | |
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures. | ||||||||||
Ann Benchmarks | 4,067 | a day ago | 53 | mit | Python | |||||
Benchmarks of approximate nearest neighbor libraries in Python | ||||||||||
1backend | 2,104 | 10 months ago | 1 | January 17, 2018 | 26 | other | TypeScript | |||
Run your web apps easily with a complete platform that you can install on any server. Build composable microservices and lambdas. | ||||||||||
Apollo Universal Starter Kit | 1,675 | 3 months ago | 1 | August 28, 2023 | 94 | mit | JavaScript | |||
Apollo Universal Starter Kit is a SEO-friendly, fully-configured, modular starter application that helps developers to streamline web, server, and mobile development with cutting-edge technologies and ultimate code reuse. | ||||||||||
Practical.cleanarchitecture | 1,662 | 15 hours ago | 20 | C# | ||||||
Full-stack .Net 7 Clean Architecture (Microservices + Dapr, Modular Monolith, Monolith), Blazor, Angular 16, React 18, Vue 3, BFF with YARP, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, Entity Framework Core, Selenium, SignalR, Hosted Services, Health Checks, Rate Limiting, Cloud (Azure, AWS) Services, .. | ||||||||||
Angular Jumpstart | 1,518 | 16 days ago | 3 | mit | TypeScript | |||||
Angular and TypeScript JumpStart example application | ||||||||||
Angular Full Stack | 1,446 | a month ago | 7 | mit | TypeScript | |||||
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript. | ||||||||||
Jhipster Sample App | 1,321 | a month ago | 5 | apache-2.0 | TypeScript | |||||
This is a sample application created with JHipster | ||||||||||
Mongoku | 1,216 | 2 | 3 months ago | 9 | July 31, 2019 | 53 | mit | TypeScript | ||
🔥The Web-scale GUI for MongoDB | ||||||||||
Great Big Example Application | 902 | 2 years ago | 18 | other | TypeScript | |||||
A full-stack example app built with JHipster, Spring Boot, Kotlin, Angular 4, ngrx, and Webpack |
git submodule update --init
run ng serve in container
docker-compose up -d
show ng serve log
docker-compose logs -f angular
run ng commands
docker-compose run --rm angular ng g class app.animations.ts
run bash in container
docker-compose exec angular bash -l
destroy container
docker-compose down
set polling watch in practice-angular-animations/.angular-cli.json
"defaults": {
"poll": 1000
}