Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 546 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 546 Bytes

Landing page

About

Hello, it's a simple Landing product page. Here you can find the different products, accessories

Technologies used:

  • HTML
  • SCSS
  • JS
  • Pixel Perfect Extension

Preview Link:

Run locally(node 14.. required):

$ npm install / npm i
$ npm start

Run this command, for lint checking (html, js and CSS)

$ npm run lint