# Find Find - это простой framework для Single Page Application. Документация [здесь](https://gitlabor.ru/German/Find/src/branch/main/DOCS.md). ## Установка ```bash cd ~ git clone https://gitlabor.ru/German/Find.git cd Find mkdir -p ~/Find_js cp -rv Find/* ~/Find_js ``` ## Тесты ```bash cd ~/Find php -S localhost:8000 # Откройте http://localhost:8000 ```