@kokkoro/web
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

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}`);
});

Readme

Keywords

Package Sidebar

Install

npm i @kokkoro/web

Weekly Downloads

1

Version

0.1.4

License

MIT

Unpacked Size

34.4 kB

Total Files

45

Last publish

Collaborators

  • xueelf
  • dc_yuki