1
Fork 0
No description https://tb.drs.tobot.dev/
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.
Find a file
Tobias Berger 97ab03c6b3
First pass
2022-02-28 12:07:38 +01:00
.github/workflows Initial commit 2022-01-07 12:09:22 +01:00
src First pass 2022-02-28 12:07:38 +01:00
.eslintignore Initial commit 2022-01-07 12:09:22 +01:00
.eslintrc.json Initial commit 2022-01-07 12:09:22 +01:00
.gitignore Initial commit 2022-01-07 12:09:22 +01:00
.prettierignore Initial commit 2022-01-07 12:09:22 +01:00
.prettierrc Initial commit 2022-01-07 12:09:22 +01:00
echo-server.mjs First pass 2022-02-28 12:07:38 +01:00
index.html Initial commit 2022-01-07 12:09:22 +01:00
next-env.d.ts First pass 2022-02-28 12:07:38 +01:00
next.config.js Initial commit 2022-01-07 12:09:22 +01:00
package.json First pass 2022-02-28 12:07:38 +01:00
README.md Initial commit 2022-01-07 12:09:22 +01:00
tsconfig.json Initial commit 2022-01-07 12:09:22 +01:00
yarn.lock First pass 2022-02-28 12:07:38 +01:00

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

A template based on the following technologies: Next, Preact, Typescript, Eslint, Prettier.
Modified from this template

Installation

Clone the repo and run yarn install

Start

After the successfull installation of the packages: yarn start