Documentation
Development

Development

To run the development server

bun run dev

This will start the Lack development server on port 2222.

Supported features


  • Routing
  • Path params
  • Search params
  • Linking of AWS resources

Hot reloading

Hot reloading is not supported yet due to the ESM import cache in Node.js