Skip to content

yefim/bazel-typescript-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

A collection of TypeScript code built by Bazel

How to build yourself

TypeScript binary with npm package

The example outputs an executable to run on any machine with Node installed.

cd ts-binary-with-npm-package/
npm install
npm run build
node bazel-bin/app.js

TypeScript web bundle with npm package

The example uses jQuery and lodash.

cd ts-web-bundle-with-npm-package/
npm install
npm run build
open index.html

About

A collection of TypeScript code built by Bazel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published