Added build directory for development

This commit is contained in:
christianalfoni 2015-04-24 14:07:12 +02:00
parent d90a355436
commit 00cef86cd7
3 changed files with 12 additions and 4 deletions

4
.gitignore vendored
View File

@ -1,6 +1,2 @@
.DS_Store
build/index.html
build/test.js
build/formsy-react.js
build/specs.js
node_modules

8
build/index.html Normal file
View File

@ -0,0 +1,8 @@
<html>
<head>
<title>Formsy Test</title>
</head>
<body>
<script src="build.js"></script>
</body>
</html>

4
build/test.js Normal file
View File

@ -0,0 +1,4 @@
var React = require('react');
var Formsy = require('./../src/main.js');
// Write your test code here