https://github.com/bimus-github/shop-system-vite
https://github.com/bimus-github/shop-system-vite
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bimus-github/shop-system-vite
- Owner: bimus-github
- Created: 2024-03-21T05:38:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T04:59:35.000Z (almost 2 years ago)
- Last Synced: 2025-06-11T22:43:23.948Z (10 months ago)
- Language: TypeScript
- Size: 900 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shop-system
An Electron application with React and TypeScript
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Project Setup
### Install
```bash
$ yarn
```
### Development
```bash
$ yarn dev
```
### Build
```bash
# For windows
$ yarn build:win
# For macOS
$ yarn build:mac
# For Linux
$ yarn build:linux
```