|
| 1 | +<p align='center'> |
| 2 | + <a href="https://mike.works" target='_blank'> |
| 3 | + <img height=40 src='https://assets.mike.works/img/login_logo-33a9e523d451fb0d902f73d5452d4a0b.png' /> |
| 4 | + </a> |
| 5 | +</p> |
| 6 | +<p align='center'> |
| 7 | + <a href="https://mike.works/course/typescript-fundamentals-7832c19" target='_blank'> |
| 8 | + <img height=150 src='https://cloud.githubusercontent.com/assets/558005/25579415/1afbffaa-2e78-11e7-9b4a-ea44ead26bfb.png' /> |
| 9 | + </a> |
| 10 | +</p> |
| 11 | +<p align='center'> |
| 12 | + <a href="https://travis-ci.org/mike-works/typescript-fundamentals" title="Build Status"> |
| 13 | + <img title="Build Status" src="https://travis-ci.org/mike-works/typescript-fundamentals.svg?branch=solutions"/> |
| 14 | + </a> |
| 15 | + <a href="https://github.com/mike-works/typescript-fundamentals/releases" title="Version"> |
| 16 | + <img title="Version" src="https://img.shields.io/github/tag/mike-works/typescript-fundamentals.svg" /> |
| 17 | + </a> |
| 18 | +</p> |
| 19 | +<p align='center'> |
| 20 | +This is the example project used for the <a title="Mike.Works" href="https://mike.works">Mike.Works</a> <a title="TypeScript Fundamentals" href="https://mike.works/course/typescript-fundamentals-7832c19">TypeScript Fundamentals</a> course. |
| 21 | +</p> |
| 22 | + |
| 23 | +# Course outline and slides |
| 24 | + |
| 25 | +- [View course outline here](https://mike.works/course/typescript-fundamentals-7832c19) |
| 26 | +- [View slides here](https://docs.mike.works/typescript-slides) |
| 27 | + |
| 28 | +## Dependencies |
| 29 | + |
| 30 | +Make sure your system is set up with |
| 31 | + |
| 32 | +- [Yarn](https://yarnpkg.com/en/) |
| 33 | +- [Visual Studio Code](https://code.visualstudio.com/) |
| 34 | + |
| 35 | +## Project setup |
| 36 | + |
| 37 | +First, clone this project from Github |
| 38 | + |
| 39 | +``` |
| 40 | +git clone https://github.com/mike-works/typescript-fundamentals tscript |
| 41 | +cd tscript |
| 42 | +``` |
| 43 | + |
| 44 | +Finally, while in the top-level folder of this project, download and install this project's dependencies by running |
| 45 | + |
| 46 | +``` |
| 47 | +yarn |
| 48 | +``` |
| 49 | + |
| 50 | +# License |
| 51 | + |
| 52 | +While the general license for this project is the BSD 3-clause, the exercises |
| 53 | +themselves are proprietary and are licensed on a per-individual basis, usually |
| 54 | +as a result of purchasing a ticket to a public workshop, or being a participant |
| 55 | +in a private training. |
| 56 | + |
| 57 | +Here are some guidelines for things that are **OK** and **NOT OK**, based on our |
| 58 | +understanding of how these licenses work: |
| 59 | + |
| 60 | +### OK |
| 61 | + |
| 62 | +- Using everything in this project other than the exercises (or accompanying tests) |
| 63 | + to build a project used for your own free or commercial training material |
| 64 | +- Copying code from build scripts, configuration files, tests and development |
| 65 | + harnesses that are not part of the exercises specifically, for your own projects |
| 66 | +- As an owner of an individual license, using code from tests, exercises, or |
| 67 | + exercise solutions for your own non-training-related project. |
| 68 | + |
| 69 | +### NOT OK (without express written consent) |
| 70 | + |
| 71 | +- Using this project, or any subset of |
| 72 | + exercises contained within this project to run your own workshops |
| 73 | +- Writing a book that uses the code for these exercises |
| 74 | +- Recording a screencast that contains one or more of this project's exercises |
| 75 | + |
| 76 | +# Copyright |
| 77 | + |
| 78 | +© 2018 [Mike.Works](https://mike.works), All Rights Reserved |
| 79 | + |
| 80 | +###### This material may not be used for workshops, training, or any other form of instructing or teaching developers, without express written consent |
0 commit comments