Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 255 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 255 Bytes

A starter template for client-only web applications/websites.

Features

  • vite, using the vanilla-ts template
  • vitest
  • eslint and prettier

Instructions

degit thesergiomiguel/template-client <target-directory>
cd <target-directory
npm i