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 (18 lines) | stat: -rw-r--r-- 556 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# fork-ts-checker-webpack-plugin / Jest

## Getting started

You'll need [node / npm](https://nodejs.org/) installed.  To get up and running just enter:

```shell
# Download the npm packages you need (including the type definitions from DefinitelyTyped)
yarn install

# Compile the code and serve it up at http://localhost:8080
yarn start

# If you'd like to run your tests in watch mode then fire up a separate console and enter this command:
yarn test:watch 
```

When you're building for production then `yarn build`. To run tests in CI then `yarn test`