Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

Welcome to Next.js & Tauri template 👋



Version


Documentation


License: MIT


Twitter: _aiherrera

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

For 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)_