https://github.com/koolkishan/vocally-website
https://github.com/koolkishan/vocally-website
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/koolkishan/vocally-website
- Owner: koolkishan
- Created: 2023-02-12T14:37:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-12T14:47:46.000Z (over 3 years ago)
- Last Synced: 2025-04-13T08:12:50.027Z (about 1 year ago)
- Language: TypeScript
- Size: 1.51 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Setting up Node App
## Open the server directory
## Install dependencies by yarn install
## Start App by yarn dev
# Setting up React App
## Open the public directory
## Install dependencies by yarn install
## Start App by yarn start