Ib Green 05cc1f163d ES6 tests now run untranspiled in Node.js (#172)
* ES6 tests now run directly in Node.js.

* Create `examples` folder to contain multiple standalone examples.

* Fix precommit hook
2017-03-07 14:56:26 -08:00

11 lines
177 B
HTML

<!doctype html>
<html>
<head>
<meta charset='UTF-8' />
<title>react-map-gl examples</title>
</head>
<body>
<script src='bundle.js'></script>
</body>
</html>