Go to file
2023-06-14 03:55:46 +02:00
@types Initial commit 2023-06-14 01:21:01 +02:00
src fix: fetch response match type 2023-06-14 03:55:46 +02:00
.env feat: fetch service with timeout and refresh token 2023-06-14 02:52:48 +02:00
.env.development feat: fetch service with timeout and refresh token 2023-06-14 02:52:48 +02:00
.eslintignore feat: fetch service with timeout and refresh token 2023-06-14 02:52:48 +02:00
.eslintrc feat: fetch service with timeout and refresh token 2023-06-14 02:52:48 +02:00
.gitignore feat: fetch service with timeout and refresh token 2023-06-14 02:52:48 +02:00
.parcelrc Initial commit 2023-06-14 01:21:01 +02:00
.prettierrc.json Initial commit 2023-06-14 01:21:01 +02:00
LICENSE Initial commit 2023-06-14 01:21:01 +02:00
package-lock.json fix: fetch response match type 2023-06-14 03:55:46 +02:00
package.json fix: fetch response match type 2023-06-14 03:55:46 +02:00
README.md Initial commit 2023-06-14 01:21:01 +02:00
tsconfig.json Initial commit 2023-06-14 01:21:01 +02:00

Typescript parceljs html page template

  • parceljs
  • typescript
  • linter - eslint with @typescript-eslint
  • prettier
  • pre-commit hook for lint
  • reading .env files
  • simple HMR using window.location.reload()

Development

npm run dev

starts server hosted on port localhost:1234

Production

npm run prod