Platformatic is the out-of-the-box, open source primitive to build & run Node.js applications.
Focus on building your Node.js applications, not building around them.
site: platformatic.dev
doc: Reference
- Node.js >= v22.19.0
- npm v10 or later
- pnpm v10 or later
- A code editor, for example Visual Studio Code
How to start with a frontend and expose it with the gateway application...
sequenceDiagram
actor Client
participant Gateway
participant React
Client->>+Gateway: GET /
Gateway->>+React: GET /dist
React-->>-Gateway: index.html, 200 OK
Gateway-->>-Client: index.html, 200 OK
- learn to use the wattpm CLI
- learn to kickoff a watt project
- learn how to expose an application with the gateway application
- learn development mode with watch/ hot-reload and production mode