File: README.md

package info (click to toggle)
node-ts-loader 9.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,000 kB
  • sloc: javascript: 7,230; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 641 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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](/REFERENCES.md).

## Installation
```
yarn install
```

## Running
```
yarn start
```
Go to localhost:8080 in your browser to view the output. Edit files in the <code>packages</code> to see the changes in the browser.