enhance-dev / arc-plugin-enhance

Enhance framework Architect plugin that enables folder based routing and HTML Custom Element workflows for AWS Lambda backed web apps

Home Page:https://enhance.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@enhance-dev/arc-plugin-enhance

This Architect plugin customizes a default Architect project to add file based routing and server rendered Custom Elements.

Quick start

npx "@enhance/create@latest" ./myproject -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

app
├── 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

Enhance framework Architect plugin that enables folder based routing and HTML Custom Element workflows for AWS Lambda backed web apps

https://enhance.dev

License:Apache License 2.0


Languages

Language:JavaScript 99.1%Language:HTML 0.9%Language:Arc 0.0%