Skip to content

kroq86/Typescript_book

Repository files navigation

TypeScript Book

This repository contains the source chapters for a TypeScript book aimed at JavaScript developers.

Repository structure

  • Root markdown files are the source material for the book.
  • scripts/build-pages.mjs generates a static site into docs/.
  • docs/ is intended to be published through GitHub Pages.

Build the site

npm run build:pages

To preview the generated site locally:

npm run preview:pages

Then open http://localhost:4173.

GitHub Pages

Set GitHub Pages to deploy from:

  • Branch: main
  • Folder: /docs

After that, every committed rebuild of docs/ will be published as the book site.

About

Typescript book - Fast dive in TS for JavaScript guys

Topics

Resources

License

Stars

Watchers

Forks

Contributors