Skip to content

Fundamental generic building blocks for JavaScript

License

Notifications You must be signed in to change notification settings

dolittle/JavaScript.Fundamentals

Repository files navigation

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