Multi-page online furniture store. Available pages from the menu: Home, Products, Contact. One more page: Product page.
Made with BEM, component-based design. Responsive desktop-first and cross-browser support. CSS animations and vanilla-JS burger-menu. CSS Flexbox and Grid layouts.
https://lazy-ocean.github.io/Interior/index.html
Run local setup using npm. You'll need on your computer:
- Node.js
- npm
- Setup:
npm i
- Start a local server:
npm run start
Running a local server will watch all SASS and HTML, compile and reload accordingly.
- Build:
npm run build
Build will compile, prefix and compress all SASS/CSS, and it to the css
folder.