- HTML5 & CSS3
- Pug
- SCSS
- JavaScript
- Flexbox
- CSS grid
- BEM
- Adaptive web design
- Responsive web design
- Mobile first
- Media queries
- Web accessibility
- Relative units
- Semantic layout
- Webpack
Clone the repo
git clone https://github.com/sofi-bel/mesto-project.git
Install dependencies
npm install
Server with hot reload at http://localhost:9000/
npm start
Production Build
npm run build
Development mode
npm run dev