Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 902 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 902 Bytes

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