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

https://github.com/kutsan/soyaendustriyel

React source-code of Soya Endüstriyel, an e-commerce entrepreneur as a professional cleaning products dealer.
https://github.com/kutsan/soyaendustriyel

pwa react typescript webpack

Last synced: over 1 year ago
JSON representation

React source-code of Soya Endüstriyel, an e-commerce entrepreneur as a professional cleaning products dealer.

Awesome Lists containing this project

README

          

# `soyaendustriyel` [![Node.js CI](https://github.com/kutsan/soyaendustriyel/actions/workflows/nodejs.yml/badge.svg)](https://github.com/kutsan/soyaendustriyel/actions/workflows/nodejs.yml)

![screenshot](https://raw.githubusercontent.com/kutsan/soyaendustriyel/master/.github/screenshot.png)

## Development

Install dependencies first:

```
npm install
```

Then start `webpack-dev-server` via:

```
npm start
```

To get production build to `build/` folder:

```
npm run build
```

Run tests:

```
npm run test
```

## License

GPL-3.0