https://github.com/typeorm/browser-example
Example how to use TypeORM in the browser with WebSQL.
https://github.com/typeorm/browser-example
Last synced: 3 months ago
JSON representation
Example how to use TypeORM in the browser with WebSQL.
- Host: GitHub
- URL: https://github.com/typeorm/browser-example
- Owner: typeorm
- Created: 2016-12-06T06:06:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T16:13:05.000Z (about 7 years ago)
- Last Synced: 2024-11-07T01:40:08.492Z (8 months ago)
- Language: TypeScript
- Size: 614 KB
- Stars: 46
- Watchers: 7
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - browser-example
README
# Example how to use TypeORM with TypeScript in the browser
1. clone repository
2. run `npm i`
3. run `npm run build`
4. run `npm start`
5. open site in the browser (`http://localhost:3000`)
6. open your web developer console and take a look what queries are executed and what data is persisted# Screenshots
Logs from your console:

Browser shows basic output:
