https://github.com/openfl/openfl-samples-es6-parcel
https://github.com/openfl/openfl-samples-es6-parcel
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openfl/openfl-samples-es6-parcel
- Owner: openfl
- License: mit
- Created: 2019-01-28T13:48:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-24T19:50:39.000Z (over 6 years ago)
- Last Synced: 2026-03-29T01:57:34.515Z (3 months ago)
- Language: JavaScript
- Size: 3.48 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](LICENSE.md) [](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
```