Skip to content

Instantly share code, notes, and snippets.

@fay-jai
Last active March 21, 2016 05:21
Show Gist options
  • Save fay-jai/3f57efce44efa32aa41c to your computer and use it in GitHub Desktop.
Save fay-jai/3f57efce44efa32aa41c 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
const greeting: string = "Hello World!";
export default greeting;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment