An open API service indexing awesome lists of open source software.

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.

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
```