Skip to content

Simple task management and note taking web application. Hosted version available on https://afrek.app.

License

Notifications You must be signed in to change notification settings

reykjalin/afrek

Repository files navigation

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/.