Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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