Skip to content

Instantly share code, notes, and snippets.

@Olian04
Created December 27, 2017 22:15
Show Gist options
  • Save Olian04/ce4e23c11a17d60c9a39247a879e54c7 to your computer and use it in GitHub Desktop.
Save Olian04/ce4e23c11a17d60c9a39247a879e54c7 to your computer and use it in GitHub Desktop.
import * as moment from 'moment'; // might warn due to missing types file
console.log( moment() );
<!DOCTYPE html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<script src="./app.ts"></script>
</body>
</html>
{
"scripts": {
"start": "parcel index.html --out-dir temp/"
},
"dependencies": {
"moment": "^2.20.1",
"parcel-bundler": "1.3.0",
"typescript": "^2.6.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment