A simple starter project
- Fork this repository
- Make sure you have node.js installed version 5+
- Make sure you have NPM installed version 3+
WINDOWS ONLYrunnpm install -g webpack webpack-dev-server typescriptto install global dependencies- run
npm installto install dependencies - run
npm startto fire up dev server - open browser to
http://localhost:3000
- Make this page look like the template image below by modifying
src/iframe.html
(you can use placeholder images from http://placehold.it/ if you need to)
- Send us a link to your forked repository
