Requirements

  1. Make sure the new apps work with Sass
    1. You need webpack to compile SCSS Files - Do the preparation

Files

  1. Copy/Create the package.json to your folder
  2. Copy/Create the tsconfig.json to your folder
  3. Copy/Create the webpack.config.js Files to your folder

Styles

  1. Add require('../scss/_styles.scss'); to your script.ts file so that the SCSS files are also compiled and watched.
  2. If you use more than one style file in your entries, you should look at this checklist