This is a project created for the Front-End Web 100 Class.
It is a starter project that has WebPack installed, and the Babel loader, as well as loaders for CSS.
It is configured to allow TypeScript. It also is using TSLint, with the rules that we use for Angular development.
This project uses NPM scripts, configured in the package.json
file.
These commands should be run in the root directory of this project from a terminal window.
npm install
npm test
npm run dev
npm run build