https://github.com/push-based/js-playground
https://github.com/push-based/js-playground
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/push-based/js-playground
- Owner: push-based
- Created: 2024-07-20T17:07:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-20T17:10:24.000Z (over 1 year ago)
- Last Synced: 2025-03-09T09:13:37.060Z (about 1 year ago)
- Language: TypeScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```