asenka0301/frontend-bootcamp-project-12

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
lint-frontend:
    make -C frontend lint

install:
    npm ci

start-frontend:
    make -C frontend start

start-backend:
    npx start-server