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

https://github.com/push-based/js-playground


https://github.com/push-based/js-playground

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Push Based js playground

A super lightweight repository in order to implement js/ts only exercises during workshops.

# Installation

```shell
git clone https://github.com/push-based/js-playground.git

cd ./js-playground

npm install

```

# Run the project

```shell
npm run start
```