Go to file
Michal Szczepanski bbddec8ead feat: tiny event dispatcher 2023-06-14 05:35:19 +02:00
@types Initial commit 2023-06-14 05:22:14 +02:00
bin feat: tiny event dispatcher 2023-06-14 05:35:19 +02:00
src feat: tiny event dispatcher 2023-06-14 05:35:19 +02:00
.env Initial commit 2023-06-14 05:22:14 +02:00
.env.development Initial commit 2023-06-14 05:22:14 +02:00
.eslintignore Initial commit 2023-06-14 05:22:14 +02:00
.eslintrc Initial commit 2023-06-14 05:22:14 +02:00
.gitignore feat: tiny event dispatcher 2023-06-14 05:35:19 +02:00
.npmignore feat: tiny event dispatcher 2023-06-14 05:35:19 +02:00
.parcelrc Initial commit 2023-06-14 05:22:14 +02:00
.prettierrc.json Initial commit 2023-06-14 05:22:14 +02:00
LICENSE Initial commit 2023-06-14 05:22:14 +02:00
README.md Initial commit 2023-06-14 05:22:14 +02:00
package-lock.json feat: tiny event dispatcher 2023-06-14 05:35:19 +02:00
package.json feat: tiny event dispatcher 2023-06-14 05:35:19 +02:00
tsconfig.json Initial commit 2023-06-14 05:22:14 +02:00

README.md

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