Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oliversalzburg/browser
- Owner: oliversalzburg
- License: mit
- Created: 2022-05-03T12:14:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T13:15:50.000Z (6 months ago)
- Last Synced: 2024-07-08T16:30:51.394Z (6 months ago)
- Topics: eslint, prettier, typescript, vite, yarn, yarn3
- Language: JavaScript
- Homepage:
- Size: 1.92 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)