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)
- Host: GitHub
- URL: https://github.com/openfl/openfl-samples-ts
- Owner: openfl
- License: mit
- Created: 2017-12-19T20:47:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T19:29:51.000Z (over 1 year ago)
- Last Synced: 2025-04-30T07:49:48.782Z (about 1 year ago)
- Topics: openfl-npm, typescript
- Language: TypeScript
- Homepage: https://www.openfl.org/learn/npm/getting-started/
- Size: 7.51 MB
- Stars: 22
- Watchers: 5
- Forks: 2
- Open Issues: 136
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](LICENSE.md) [](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
```