https://github.com/nampdn/targem-replace
Targem - Strip HTML from SRT files
https://github.com/nampdn/targem-replace
Last synced: 6 months ago
JSON representation
Targem - Strip HTML from SRT files
- Host: GitHub
- URL: https://github.com/nampdn/targem-replace
- Owner: nampdn
- License: mit
- Created: 2020-10-24T08:14:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:10:40.000Z (over 2 years ago)
- Last Synced: 2025-06-03T11:03:54.696Z (about 1 year ago)
- Language: TypeScript
- Size: 1010 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tauri Typescript React Boilerplate
A Tauri Typescript React Boilerplate that works out of the box.
- [x] MacOS
- [x] Windows 10
- [ ] Linux (Probably works but I haven't tested)
- [ ] WSL (almost...)
## Setup
Follow the [Tauri setup docs](https://tauri.studio/docs/getting-started/intro/) in your platform to get everything set up for Tauri development, then run
```bash
$ npm install
```
## Development
```bash
$ npm run dev # or npm run dev:win if you're in the Windows shell
```
There's an example app that shows a little bit of how you can communicate between the front end (Typescript/JS) and back end (Rust)
## Build
```bash
$ npm run build
```
Tauri will walk you through the rest.
## What doesn't work
* Typescript autocomplete with Tauri imports. This has to do with the `tauri` npm package. It's probably coming soon...
* Linting and code formatting for Typescript. I might add this later.
## Contributing
Feel free to create an issue or PR. Just understand I don't have a ton of time to contribute to this, so I may not be the fastest at responding.