https://github.com/zoltan-nz/product-app-ts
Ember.js with TypeScript
https://github.com/zoltan-nz/product-app-ts
Last synced: about 2 months ago
JSON representation
Ember.js with TypeScript
- Host: GitHub
- URL: https://github.com/zoltan-nz/product-app-ts
- Owner: zoltan-nz
- Created: 2020-03-30T05:41:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T08:25:25.000Z (almost 3 years ago)
- Last Synced: 2025-04-08T06:47:38.691Z (6 months ago)
- Language: JavaScript
- Size: 4.78 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Product App TypeScript
## Implementation Log
```shell
ember new product-app-ts --skip-npm --skip-git --no-welcome --yarn
cd product-app-ts
ncu -u
yarn
ember install ember-cli-typescript@latest
yarn add -D @types/ember-resolver
mv app/app.js app/app.ts && mv app/router.js app/router.ts
```