Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oliversalzburg/browser

Web app repo with yarn3+TS+Vite
https://github.com/oliversalzburg/browser

eslint prettier typescript vite yarn yarn3

Last synced: 3 months ago
JSON representation

Web app repo with yarn3+TS+Vite

Awesome Lists containing this project

README

        

# Project Template

## Does

- [Yarn](https://yarnpkg.com/)
- Uses [TypeScript](https://www.typescriptlang.org/)
- Target application runs in the browser
- [Vite](https://vitejs.dev/) (uses [esbuild](https://esbuild.github.io/))
- [EditorConfig](https://editorconfig.org/) + [ESLint](https://eslint.org/) (with [@typescript-eslint](https://typescript-eslint.io/)) + [Prettier](https://prettier.io/) + [lint-staged](https://github.com/okonet/lint-staged)
- QA with [GitHub Actions](https://github.com/features/actions)
- [MkDocs](https://www.mkdocs.org/)-oriented Markdown in mind

## GitHub Repository Configuration

Recommended setting for the new repository:

![Pull requests settings](docs/pull-requests.png)

![Branch protection settings](docs/branch-protection-rules.png)

![Actions permissions settings](docs/actions-permissions.png)