1
Fork 0
This repository has been archived on 2022-08-23. You can view files and clone it, but cannot push or open issues or pull requests.
web-drs-frontend/README.md
2022-01-07 12:09:22 +01:00

16 lines
720 B
Markdown

# Next + Preact + Typescript + Eslint + Prettier
A starter for Preact with Typescript with the fast Vite and all static code testing with Eslint and formatting with Prettier.
![Vite + Preact + Typescript + Eslint + Prettier](/resources/screenshot.png)
A template based on the following technologies: [Next](https://github.com/vercel/next.js), [Preact](https://preactjs.com/), [Typescript](https://www.typescriptlang.org/), [Eslint](https://eslint.org/), [Prettier](https://prettier.io/).
Modified from [this template](https://github.com/TheSwordBreaker/vite-reactts-eslint-prettier)
## Installation
Clone the repo and run `yarn install`
## Start
After the successfull installation of the packages: `yarn start`