1.0.0 • Published 7 years ago
@dolittle/booting2 v1.0.0
JavaScript Fundamentals
The repository holds fundamental building blocks, helpers and utilities.
Requirements
This project relies on NodeJS and leverages Yarn. The code is written using TypeScript and transpiles to JavaScript as part of its building.
Building
At the root level of the repository, to restore all node modules, run the following:
$ yarnTo build, run the following at the root level of the repository:
$ yarn buildTo run the test harness:
$ yarn test1.0.0
7 years ago