Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 524 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 524 Bytes

Afrek

Simple task management and focusing software. You can find the publicly hosted version at afrek.app.

Screenshot of Afrek's task list

Start developing Afrek

Afrek's frontend and backend have to be served via separate commands:

Run the backend

php artisan serve

Prepare the frontend

npm i

Run the frontend

npm run dev

And now the app should be available on http://localhost:8000/.