An open API service indexing awesome lists of open source software.

https://github.com/timurgain/mesto-javascript

Vanilla JavaScript frontend / beautiful places you may travel
https://github.com/timurgain/mesto-javascript

api css html javascript webpack

Last synced: 3 months ago
JSON representation

Vanilla JavaScript frontend / beautiful places you may travel

Awesome Lists containing this project

README

          

# Mesto web page

## Description

The project gives practice in HTML, CSS, JS and talks in pictures about beautiful places you may travel.

[Link on the GitHub Pages](https://timurgain.github.io/mesto/)

## Technologies

- JavaScript and OOP;
- HTML5 and semantic tags;
- CSS3 and grid layout, flexbox, adaptive, @media, @font-face;
- Block Element Modifier methodology,
- Webpack module bundler.

## Installation and launch with npm and webpack

Check if Node.js and npm are installed
```
node --version
```

Clone repository and navigate to folder on command line:
```
git clone ...
```

```
cd mesto
```

```
npm run dev
```