Skip to content

Files

project-references-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 14, 2020
Sep 14, 2020
Sep 14, 2020
Sep 14, 2020
Sep 14, 2020
Sep 14, 2020
Sep 14, 2020
Sep 24, 2022
Nov 11, 2022

TypeScript Project References Demo

This repo is forked from https://github.com/RyanCavanaugh/project-references-demo, which is a repo to demonstrate the use of project references in TypeScript. It has been extended to show how project references can be used in a project using the following:

  • TypeScript
  • Webpack
  • ts-loader
  • yarn workspaces

This repo is described in the article here.

Installation

yarn install

Running

yarn start

Go to localhost:8080 in your browser to view the output. Edit files in the packages to see the changes in the browser.