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

https://github.com/openfl/openfl-samples-ts

OpenFL npm sample projects (written in TypeScript)
https://github.com/openfl/openfl-samples-ts

openfl-npm typescript

Last synced: about 1 year ago
JSON representation

OpenFL npm sample projects (written in TypeScript)

Awesome Lists containing this project

README

          

[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE.md) [![Build Status](https://img.shields.io/circleci/project/github/openfl/openfl-samples-ts/master.svg)](https://circleci.com/gh/openfl/openfl-samples-ts)

OpenFL npm Samples (TypeScript)
===============================

These samples demonstrate how to use the [OpenFL npm module](https://www.openfl.org/learn/npm/getting-started/) with [TypeScript](https://www.typescriptlang.org/).

## Get Started

### Clone the repository

```bash
git clone https://github.com/openfl/openfl-samples-ts
```

### Choose a sample

```bash
cd openfl-samples-ts/features/display/DisplayingABitmap
```

### Install and start

```bash
npm install
npm start
```