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

https://github.com/amilajack/js-learnings

A repo of my JS projects
https://github.com/amilajack/js-learnings

Last synced: 6 months ago
JSON representation

A repo of my JS projects

Awesome Lists containing this project

README

          

js-learnings
============
## Getting Started

```bash
# Setup
git clone https://github.com/amilajack/js-algorithms.git
cd js-algorithms
yarn

# Test
yarn test

# Running individual files
yarn global add @babel/cli
# Running/testing files
babel-node General/PrintKDistance.js
```