https://github.com/fluffyspectre/tasky
https://github.com/fluffyspectre/tasky
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fluffyspectre/tasky
- Owner: FluffySpectre
- License: mit
- Created: 2023-08-28T19:31:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-30T05:36:22.000Z (over 1 year ago)
- Last Synced: 2025-02-10T04:29:15.556Z (4 months ago)
- Language: JavaScript
- Size: 415 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Prerequisites:
- yarn or npmSetup the server
1. Switch to the server-folder and run "npm install"
2. To start the server run "npm start"Setup the Client
1. Switch to the client-folder and run "yarn install" ("npm install" works too btw)
2. To start the client run "yarn start" ("npm start" works too btw)