Skip to content

Commit c434668

Browse files
committed
initial commit
0 parents  commit c434668

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.idea
2+
node_modules

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Карточки квартир с возможностью рассчета ипотеки
2+
3+
## Установка
4+
5+
```bash
6+
git clone https://github.com/Krasivoe/flats.git
7+
cd flats
8+
npm install
9+
```
10+
11+
## Команды запуска
12+
13+
```bash
14+
npm start # сборка development
15+
npm run build # сборка production
16+
```

0 commit comments

Comments
 (0)