Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rwalle61/basic-js
https://github.com/rwalle61/basic-js
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rwalle61/basic-js
- Owner: rwalle61
- Created: 2020-07-31T14:13:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:57:06.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T02:22:02.934Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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
```