Skip to content

Instantly share code, notes, and snippets.

@fay-jai
Last active March 21, 2016 05:16
Show Gist options
  • Save fay-jai/3e9335bba730166560a4 to your computer and use it in GitHub Desktop.
Save fay-jai/3e9335bba730166560a4 to your computer and use it in GitHub Desktop.
Getting Started with Typescript, ReactJS, and Webpack
// Remember to put this file in your src/ directory
import greeting from "./some_module";
console.log(greeting);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment