Skip to content

enhance-dev/enhance-starter-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 →

About

Typescript starter project for Enhance

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published