|
@ -28,6 +28,7 @@ In the root directory of the starter kit, create a `helloworld.html` with the fo |
|
|
<!DOCTYPE html> |
|
|
<!DOCTYPE html> |
|
|
<html> |
|
|
<html> |
|
|
<head> |
|
|
<head> |
|
|
|
|
|
<title>Hello React!</title> |
|
|
<script src="build/react.js"></script> |
|
|
<script src="build/react.js"></script> |
|
|
<script src="build/JSXTransformer.js"></script> |
|
|
<script src="build/JSXTransformer.js"></script> |
|
|
</head> |
|
|
</head> |
|
|