Sample project of babel-preset-php

This is sample project of babel-preset-php.

Installation

Install yarn if you don't have.

$ npm install -g yarn

Download or clone this repo, then install packages.

$ yarn install

Usage

Transpiles PHP source code (src) to readable JavaScript source code (dist).

$ yarn build