Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 689 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 689 Bytes

React project "Mesto. Russia."

Instagram like page of abstract social network. Implementation on React. Project work on the learning course Yandex.Praktikum "Web developer"

The work was done using React, JSX, Javascript. The layout is adaptive, responsive, flexbox and grid layout technologies are used. BEM technology is applied. The files are organized according to Nested BEM.

Installing on a local machine

```
$ npm install
```

Run app

```
$ npm run start
```

Build app

```
$ npm run build
```

Deploy on gh-pages

```
$ npm run deploy
```

https://koshelevd.github.io/mesto-react/