Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 581 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 581 Bytes

JSPM TypeScript - SASS sample

Sample to demonstrate the usage of the SystemJS SASS loader plugin with TypeScript. This sample was only created as an explanation for this issue.

Running the sample

  1. Install jspm packages:
# If jspm is not installed yet
npm i -g jspm

jspm i
  1. 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