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

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)

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/github/actions/workflow/status/openfl/openfl-samples-es6/main.yml?branch=master)](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
```