https://github.com/skoniks/baraholka
https://github.com/skoniks/baraholka
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skoniks/baraholka
- Owner: skoniks
- Created: 2025-02-13T00:14:57.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-02-13T11:21:46.000Z (4 months ago)
- Last Synced: 2025-02-13T11:24:10.623Z (4 months ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Installation
```bash
$ npm install
```## Running the app
```bash
# start app
$ npm run start# start and watch
$ npm run watch
```