/online-store

Online store

Primary LanguageJavaScript

Online store

Demo

https://4ok.github.io/online-store/

Supported browsers

  • > 1%
  • not dead

  • Mobile-Friendly
  • Responsive design

Installation

git clone https://github.com/4ok/online-store.git

Make build

npm run build

Development

Start server with hot reload

npm start

Linting

CSS

npm run lint:css   npm run lint-modified:css

JavaScript

npm run lint:js   npm run lint-modified:js

CSS and JavaScript

npm run lint   npm run lint-modified