Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aiherrera/nextjs-tauri-template-starter
This is a fully configurated template starter for developing cross-platform Desktop applications with Next.js and Tauri technology.
https://github.com/aiherrera/nextjs-tauri-template-starter
nextjs tauri template
Last synced: 13 days ago
JSON representation
This is a fully configurated template starter for developing cross-platform Desktop applications with Next.js and Tauri technology.
- Host: GitHub
- URL: https://github.com/aiherrera/nextjs-tauri-template-starter
- Owner: aiherrera
- Created: 2023-05-07T00:24:39.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-05-07T00:33:29.000Z (over 1 year ago)
- Last Synced: 2024-11-19T16:02:50.000Z (2 months ago)
- Topics: nextjs, tauri, template
- Language: TypeScript
- Homepage:
- Size: 642 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to Next.js & Tauri template 👋
> This is a fully configurated template starter for developing cross-platform Desktop applications with Next.js and Tauri technology.
---
> ### Utilities
This turborepo has some additional tools already setup for you:
- [TypeScript](https://www.typescriptlang.org/) for static type checking
- [ESLint](https://eslint.org/) for code linting
- [Prettier](https://prettier.io) for code formatting
- [Pretty-quick](https://github.com/azz/pretty-quick) runs prettier over changed filesFor git integration it has also:
- [Conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for improving commits
- [Husky](https://github.com/typicode/husky) for improving commits> ### Prerequisites
- node >=16.0.0
> ### Install
```sh
npm i
```> ### Usage
```sh
npm run tauri dev
```> ### Run tests
```sh
npm run test
```## Author
👤 **Alain Iglesias**
- Website: [My little corner on internet](https://aiherrera.com)
- Blog: [My writings](https://blog.aiherrera.com)
- Twitter: [@\_aiherrera](https://twitter.com/_aiherrera)
- Github: [@aiherrera](https://github.com/aiherrera)
- LinkedIn: [@-aiherrera](https://linkedin.com/in/-aiherrera)
## Show your support
---
Give a ⭐️ if this project helped you!
## 📝 License
---
Copyright © 2023 [Alain Iglesias](https://github.com/aiherrera).
This project is [MIT](https://github.com/aiherrera/aiherrera-turborepo-template/LICENSE.md) licensed.---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_