Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
/ esbuild-ts-fixture Public archive

pattern: mis-using esbuild for rapid HTML+TS+CSS design

License

Notifications You must be signed in to change notification settings

d-led/esbuild-ts-fixture

Repository files navigation

ESbuild TS HTML Fixture

Motivation

Sometimes a simple HTML+CSS+JS toolchain is needed for rapid experimentation. However, speed comes at a cost, and TypeScript + esbuild might help.

Trying out the Process

No Node Tooling Necessary (at first)

IDEs

In order for Typescript tooling to work in IDEs, run npm i to fetch type dependencies.

Reformat the code using npm run prettier.

Using the Pattern

Simply, copy all non-ignored files from this repo into your project and continue from there.

Background

Initial experiment: https://github.com/d-led/esbuild-test

About

pattern: mis-using esbuild for rapid HTML+TS+CSS design

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published