Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1005 Bytes

readme.md

File metadata and controls

29 lines (21 loc) · 1005 Bytes

enhance-type

@enhance/enhance-starter-typescript

This is the repo containing the Typescript starter project that is generated by the Enhance CLI

Quick start

npx "@enhance/cli@latest" new ./myproject --template https://github.com/enhance-dev/enhance-starter-typescript -y

⚠️ This repo is not meant to be cloned unless you are filing an issue or adding functionality. It is meant to be used by the generators linked above instead.

Project structure

ts
├── api ............... data routes
│   └── index.mjs
├── browser ........... browser JavaScript
│   └── index.mjs
├── elements .......... Custom Element pure functions
│   └── my-header.mjs
└── pages ............. file-based routing
    └── index.html

Read the documentation here →