Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 317 Bytes

Readme.md

File metadata and controls

22 lines (17 loc) · 317 Bytes

Coding Dojo TS+Jest skeleton

Installation

git clone [email protected]:GDGCB/dojo-ts.git
cd dojo-ts
yarn

Developing

  • put code into src/ folder
  • tests have spec.ts suffix

Follow those commands

yarn run build
yarn run build:watch
yarn run test
yarn run test:watch