Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 391 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 391 Bytes

bazel-typescript-webapp

This is a simple webapp built using bazel, typescript. This is an example app from bazelbuild/rules_typescript

Install

Use homebrew on OSx to install bazel

brew install bazel

Then, clone this project npm i

Build

npm run build

Serve

npm run serve

End-To-End tests

npm run e2e