/kiwi-task

Primary LanguageJavaScript

kiwi-task

the project is divided into two subprojects first one is in the root folder, the second one: api lies in the /api folder. So you need to run npm install in both folders.

to run the dev environment:

run these two processes in the root folder frontend: npm run dev backend: npm run api