0.1.4 • Published 2 years ago
@kokkoro/web v0.1.4
kokkoro-web
Create web serve for kokkoro.
import { app } from '@kokkoro/web';
const port = 2333;
app.listen(port, () => {
console.log(`web serve started at http://localhost:${port}`);
});
Create web serve for kokkoro.
import { app } from '@kokkoro/web';
const port = 2333;
app.listen(port, () => {
console.log(`web serve started at http://localhost:${port}`);
});