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

https://github.com/openfl/openfl-samples-es6-parcel


https://github.com/openfl/openfl-samples-es6-parcel

Last synced: 2 months ago
JSON representation

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-es6/master.svg)](https://circleci.com/gh/openfl/openfl-samples-es6)

OpenFL Samples (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
```