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
The containerized application can be deployed to any platform that supports Docker, including:
78
+
The containerized application can be deployed to any platform that supports
79
+
Docker, including:
80
80
81
81
- AWS ECS
82
82
- Google Cloud Run
@@ -91,7 +91,7 @@ If you're familiar with deploying Node applications, the built-in app server is
91
91
92
92
Make sure to deploy the output of `npm run build`
93
93
94
-
```
94
+
```mermaid
95
95
├── package.json
96
96
├── package-lock.json (or pnpm-lock.yaml, or bun.lockb)
97
97
├── build/
@@ -101,7 +101,9 @@ Make sure to deploy the output of `npm run build`
101
101
102
102
## Styling
103
103
104
-
This template comes with [Tailwind CSS](https://tailwindcss.com/) already configured for a simple default starting experience. You can use whatever CSS framework you prefer.
104
+
This template comes with [Tailwind CSS](https://tailwindcss.com/) already
105
+
configured for a simple default starting experience. You can use whatever CSS
0 commit comments