https://github.com/openfl/openfl-samples-es6
OpenFL npm sample projects (written in ES6+ JavaScript)
https://github.com/openfl/openfl-samples-es6
openfl-npm
Last synced: 3 months ago
JSON representation
OpenFL npm sample projects (written in ES6+ JavaScript)
- Host: GitHub
- URL: https://github.com/openfl/openfl-samples-es6
- Owner: openfl
- License: mit
- Created: 2017-12-19T20:47:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T19:27:59.000Z (over 1 year ago)
- Last Synced: 2025-04-29T03:28:27.364Z (about 1 year ago)
- Topics: openfl-npm
- Language: JavaScript
- Homepage: https://www.openfl.org/learn/npm/getting-started/
- Size: 8.18 MB
- Stars: 17
- Watchers: 4
- Forks: 5
- Open Issues: 148
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](LICENSE.md) [](https://github.com/openfl/openfl-samples-es6/actions)
OpenFL npm Samples (JavaScript ES6)
===================================
These samples demonstrate how to use the [OpenFL npm module](https://www.openfl.org/learn/npm/getting-started/) with JavaScript (ES6).
## Get Started
### Clone the repository
```bash
git clone https://github.com/openfl/openfl-samples-es6
```
### Choose a sample
```bash
cd openfl-samples-es6/features/display/DisplayingABitmap
```
### Install and start
```bash
npm install
npm start
```