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 (13 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# vanilla ts-loader

```shell
yarn install

# Run in watch mode
yarn watch

# Run in production mode
yarn build 
```

To see your output simply open up the `index.html` file in your browser of choice.