Teasim is a library built for Bun.
Bun is all you need to get started.
Bootstrap a new project with bun create
:
Then you should see the folder name hi-teasim
in your directory.
Open src/index.ts
, and you should see:
Start a development server by:
Open your browser and go to http://localhost:3000
.
You should see your server is running.
Congrats! You've just created a new web server with Teasim 🎉🎉