https://github.com/alejandroherr/testing-stuff
https://github.com/alejandroherr/testing-stuff
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/alejandroherr/testing-stuff
- Owner: AlejandroHerr
- Created: 2024-01-29T20:32:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T22:10:05.000Z (over 2 years ago)
- Last Synced: 2025-01-13T15:15:19.681Z (over 1 year ago)
- Language: TypeScript
- Size: 278 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# adjustable-desk-ts
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
$ npm install
```
### Development
```bash
$ npm run dev
```
### Build
```bash
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
```