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.
- Host: GitHub
- URL: https://github.com/kutsan/soyaendustriyel
- Owner: kutsan
- License: gpl-3.0
- Created: 2020-02-13T16:13:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T05:20:09.000Z (about 2 years ago)
- Last Synced: 2025-02-04T19:49:48.682Z (over 1 year ago)
- Topics: pwa, react, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 5.15 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `soyaendustriyel` [](https://github.com/kutsan/soyaendustriyel/actions/workflows/nodejs.yml)

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