An open API service indexing awesome lists of open source software.

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

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
```