doc: update README with correct information

This commit is contained in:
Michal Szczepanski 2023-06-14 05:36:44 +02:00
parent bbddec8ead
commit 8fa0d45c4b
1 changed files with 4 additions and 12 deletions

View File

@ -1,17 +1,9 @@
# Typescript parceljs html page template # tiny-dispatcher
* parceljs * dispatch events
* typescript * cleanup all listeners
* linter - eslint with @typescript-eslint
* prettier
* pre-commit hook for lint
* reading .env files
* simple HMR using `window.location.reload()`
### Development ### Development
```npm run dev``` ```npm run dev```
starts server hosted on port
```localhost:1234```
### Production ### Production
``npm run prod`` ``npm run build``