Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitovi/learn-typescript
Learn TypeScript with small examples
https://github.com/bitovi/learn-typescript
Last synced: about 6 hours ago
JSON representation
Learn TypeScript with small examples
- Host: GitHub
- URL: https://github.com/bitovi/learn-typescript
- Owner: bitovi
- Created: 2019-01-31T01:56:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T15:40:42.000Z (over 2 years ago)
- Last Synced: 2024-04-14T22:37:33.807Z (7 months ago)
- Language: TypeScript
- Homepage: https://www.bitovi.com/academy/learn-typescript.html
- Size: 45.9 KB
- Stars: 1
- Watchers: 40
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learn-typescript
To use this:
1. Clone this repo:
```
git clone https://github.com/bitovi/learn-typescript.git
```2. Open your terminal to that folder:
```
cd learn-typescript
```3. Install node packages:
```
npm i
```
4. Solve one of the exercises. Open one of the following in your
editor:
```
3-functions-bonusMaker.ts
4a-classes-hello-dino.ts
```
5. Run the tests to see if you got things working:
```
npm run 3-functions
npm run 4-classes
```
6. If you are having trouble, checkout the `solutions` folder for answers.## Authors
Run the following to test the solutions:
```
npm run solutions
```