basic-js

Stars
1

Basic JS template

Table of Contents

Overview

This is a basic JS non-web template, useful as a starting point for katas.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Download Node.js v8 or above

Installing

Clone the repo

git clone [email protected]:rwalle61/basic-js.git

Install dependencies

yarn install

Running the Tests

Jest watch mode

yarn test

All tests

yarn test:ci