Skip to content

Getting Started

Welcome to SlightWork, the definitive developer framework.

Installation

bash
npm install slightwork

Quick Start

js
import { slightwork } from 'slightwork'

const app = slightwork()

app.start()