@builder.io/qwik
Version:
An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.
13 lines (8 loc) • 341 B
Markdown
## Node Server
This app has a minimal zero-dependencies server. Using the built-in `http.createServer` API.
This should be faster and less overhead than Express or other frameworks.
After running a full build, you can preview the build using the command:
```
npm run serve
```
Then visit [http://localhost:3004/](http://localhost:3004/)