Example how to use TypeORM with TypeScript in the browser
- clone repository
- run npm i
- run npm run build
- run npm start
- open site in the browser (http://localhost:3000)
- open your web developer console and take a look what queries are executed and what data is persisted
Logs from your console:

Browser shows basic output:
