Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 478 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 478 Bytes

kalufs-recept

Frontend for recAPI recipe data base.

Project setup

npm install
  • add symlinks from backend image directories to public/img_medium and public/img_thumb e.g.:
ln -s ../recapi/instance/img_medium public/img_medium
ln -s ../recapi/instance/img_thumb public/img_thumb

Compile and hot-reload for development

npm run serve

Compile and minify for production

npm run build

Lint and fix files

npm run lint