Setup skeleton files for new front end build tool (Node, Webpack, React, Typescript)

This commit is contained in:
Ian Minoso 2016-09-27 14:06:28 -04:00
parent 8d39ed6d27
commit 9015b09026
9 changed files with 120 additions and 5 deletions

2
static/js/app.tsx Normal file
View file

@ -0,0 +1,2 @@
import * as React from "react";
import * as ReactDOM from "react-dom";