https://github.com/limpix31/shoppingcart
https://github.com/limpix31/shoppingcart
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/limpix31/shoppingcart
- Owner: LIMPIX31
- Archived: true
- Created: 2022-02-17T18:00:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T22:36:20.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T15:55:54.795Z (over 1 year ago)
- Language: TypeScript
- Homepage: shopping-cart-limpix31.vercel.app
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping cart (Тестовое задание)
## Демонстрация
https://shopping-cart-peach-three.vercel.app/
**В задании использован yarn, но можно использовать и npm**
```shell
# install dependencies (yarn or npm)
yarn
npm i
# start dev server (yarn or npm)
yarn start
npm start
```