@qwik.dev/core
Version:
An open source framework for building instant loading web apps at any scale, without the extra effort.
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/)