1.0.0 • Published 5 years ago

@dolittle/booting2 v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

JavaScript Fundamentals

Build Status

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:

$ yarn

To build, run the following at the root level of the repository:

$ yarn build

To run the test harness:

$ yarn test