Sample to demonstrate the usage of the SystemJS SASS loader plugin with TypeScript. This sample was only created as an explanation for this issue.
- Install jspm packages:
# If jspm is not installed yet
npm i -g jspm
jspm i
- Serve the directory to your browser. For example:
# Install browser-sync
npm i -g browser-sync
# Start serving the files and open a browser
browser-sync start --server