Skip to content

Files

Latest commit

9aa5b52 · Mar 3, 2023

History

History

fork-ts-checker-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 13, 2019
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Jan 19, 2019
Apr 30, 2022
Apr 30, 2022
Sep 24, 2022
Mar 3, 2023

README.md

fork-ts-checker-webpack-plugin / Jest

Getting started

You'll need node / npm installed. To get up and running just enter:

# 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