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

https://github.com/dgapitts/learning-javascript


https://github.com/dgapitts/learning-javascript

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# learning-javascript

Combining Maths with Javascript in learning exercises.

## Install dependencies

`npm install`

## Run in your console

`npm start`

## Unit tests

`npm test`

## Lint

`npm run lint`

## Audit dependencies vulnerabilities

`npm audit`