https://github.com/jsonfm/platzi-conf-merch
๐งค A clothing store made with react.
https://github.com/jsonfm/platzi-conf-merch
css react
Last synced: 2 months ago
JSON representation
๐งค A clothing store made with react.
- Host: GitHub
- URL: https://github.com/jsonfm/platzi-conf-merch
- Owner: jsonfm
- Created: 2022-11-03T02:45:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T01:40:28.000Z (over 3 years ago)
- Last Synced: 2025-03-25T13:47:06.309Z (over 1 year ago)
- Topics: css, react
- Language: JavaScript
- Homepage: https://jsonfm.github.io/platzi-conf-merch/
- Size: 595 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Platzi conf Merch ๐
A clothing store made with React, using hooks and reducers, emulating redux. It uses Vite.JS as bundler. And Its styles are composed with CSS.
### Development
```
npm run dev
```
### Build
```
npm run build
```