Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 397 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 397 Bytes

SvelteKit.ts

Impulse (Docker dev container configuration and scaffolding) for a SvelteKit application built on Node.js with TypeScript support.

Usage

Inside the container,

 # Running your app
 npm dev or yarn dev

 # Building your app
 npm run build or yarn build

 # Linting
 npm run lint or yarn lint

 # Formatting
 npm run format or yarn format