Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
/ dom-manipulator Public archive

🧪 A toy project to experiment with TypeScript, HTML and CSS.

Notifications You must be signed in to change notification settings

nicokosi/dom-manipulator

Repository files navigation

DOM manipulator 🧪

A toy project to experiment with TypeScript, HTML and CSS: Preview

Setup

Install npm (Volta is recommended) then:

npm install

Run

Generate JavaScript code:

npm run build-watch

Then directly open index.html in your favorite web browser.

Note that you can also browse the page in HTTP via:

npm run serve

Format

Format the code:

npm run format

Check the code format:

npm run format:check

Lint

Lint the code:

npm run lint

Lint and fix the code:

npm run lint:fix

Lint the CSS:

npm run lint:css

Test

Serve via HTTP:

npm run serve

Then run end-to-end tests:

npm run end-to-end-tests

About

🧪 A toy project to experiment with TypeScript, HTML and CSS.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published