readme
This commit is contained in:
parent
1af867a0bb
commit
1cc4e05d97
16
README.md
Normal file
16
README.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Find
|
||||
Find - это простой framework для Single Page Application. Документация [здесь](https://gitlabor.ru/German/Find/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
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user