Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 364 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 364 Bytes

Книжный магазин

Демо-версия проекта

https://tagir404.github.io/bookshop/

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint