Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rwalle61/basic-js


https://github.com/rwalle61/basic-js

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# Basic JS template

## Table of Contents

- [Overview](#overview)
- [Getting Started](#getting-started)
- [Running the Tests](#running-the-tests)

## 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](https://github.com/nodejs/node#download)

### Installing

Clone the repo

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

Install dependencies

```bash
yarn install
```

## Running the Tests

### Jest watch mode

```bash
yarn test
```

### All tests

```bash
yarn test:ci
```