You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
11. Container: [Docker](docs/docker.md) with [Docker Compose](docs/docker-compose.md), using [OrbStack](docs/orbstack.md) or [Docker Desktop](docs/docker-desktop.md)
1.[REST API](docs/rest-api.md): [Hono](docs/hono.md)with [Swagger](docs/swagger.md)& [Scalar](docs/scalar.md)that can be generated by [ZenStack](docs/zenstack.md)
2.[REST API](docs/rest-api.md): [Hono](docs/hono.md) with [Swagger](docs/swagger.md) generated by [ZenStack](docs/zenstack.md) and [Scalar](docs/scalar.md) for refined UX
Copy file name to clipboardexpand all lines: docs/guides/workflow.md
+49-35
Original file line number
Diff line number
Diff line change
@@ -4,42 +4,56 @@ Basic workflow of building a profitable software:
4
4
5
5
1. Understand the stack, tools, opinions, decisions, and architecture.
6
6
2. Setup development environment.
7
-
3. Run app and test.
8
-
4. Implement features.
9
-
5. Deploy to production.
10
-
6. Maintain, monitor, improve the app.
11
-
7. Promote, sell, increase visibility.
12
-
8. Run business with paying customers.
7
+
3. Run applications.
8
+
4. Test with real data and users.
9
+
5. Implement features.
10
+
6. Deploy to production.
11
+
7. Maintain, monitor, improve the app.
12
+
8. Promote, sell, increase visibility.
13
+
9. Run business with paying customers.
13
14
14
-
Future expectations for truly comparable with Laravel, Rails, Django, RedwoodJS:
15
+
## Packages
15
16
16
-
- Beginner-friendly yet comprehensive documentation and learning resources.
17
-
- Links to ecosystem of packages and extensions.
18
-
- CLI tool for scaffolding and code generation.
17
+
Future expectations for JavaScript/TypeScript full stack frameworks to be truly comparable with Laravel, Rails, Django, Spring:
18
+
19
+
- Straightforward tutorials.
20
+
- Beginner-friendly learning resources.
21
+
- Comprehensive documentation.
19
22
- Predefined packages ready to use.
23
+
- Links to existing ecosystem of packages and extensions.
24
+
- CLI tool for scaffolding and code generation.
25
+
- Well-funded development.
26
+
27
+
For Dogokit (`dk`), if Animal objects or safari theme are being used, similar to [Laravel](../laravel.md) products and [RedwoodJS](../redwoodjs.md) CLI tools, these are the codenames.
28
+
29
+
All packages would be published to <https://jsr.io/@dogokit> by default,
20
30
21
-
For Dogokit (`dk`), if Animal objects or safari theme are being used, similar to [Laravel](../laravel.md) products and [RedwoodJS](../redwoodjs.md) CLI tools:
22
-
23
-
1.`compass`: App Routing with Remix/Next.js
24
-
2.`habitat`: UI Templates with Tailwind CSS, Form Handling, Storybook
25
-
3.`brush`: Formatter, Linter
26
-
4.`den`: Development Environment, Container, Deployment, CI/CD
Hono (means flame🔥 in Japanese) is a small, simple, and ultrafast web framework built on Web Standards. It works on any JavaScript runtime: Node.js, Deno, Bun, Cloudflare Workers, Fastly Compute, Vercel, Netlify, AWS Lambda, Lambda@Edge, and more.
0 commit comments