Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 201 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 201 Bytes

vanilla ts-loader

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.