Free and Open source Web Builder Framework. Next generation tool for building templates without coding
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 lines
679 B

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>GrapesJS Test</title>
<link rel="stylesheet" href="../node_modules/mocha/mocha.css">
</head>
<body>
<div id="mocha"></div>
<div id="fixtures" style="display: none;"></div>
<!-- <script> var require = {config: function (c) {require = c;}}; </script> -->
<script src="../node_modules/mocha/mocha.js"></script>
<script> mocha.setup({ignoreLeaks: true, ui:'bdd'}); </script>
<script data-main="runner/main" src="../node_modules/requirejs/require.js"></script>
<script src="http://localhost:35729/livereload.js"></script>
</body>
</html>