Last active
March 21, 2016 05:21
-
-
Save fay-jai/3f57efce44efa32aa41c to your computer and use it in GitHub Desktop.
Getting Started with Typescript, ReactJS, and Webpack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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