Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 403 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 403 Bytes

Kata Node.js Starter Project

A starter project for coding kata in Node.js.

Minimal Node.js Starter for coding katas.

Tools

  • Jest for testing
  • Babel to enable nice things like import in Node

Getting Started

Install dependencies

Before starting to code, don't forget to install all dependencies.

yarn

Running tests

Run all tests once:

yarn test