1
0
mirror of https://github.com/tomasvarg/systemjs-typescript-minimal.git synced 2026-03-01 08:18:52 +00:00
A minimal SystemJS module loader setup with TypeScript support.
Go to file
2018-01-30 17:25:41 +01:00
src Initial commit - the working setup 2018-01-30 17:25:41 +01:00
.gitignore Initial commit - the working setup 2018-01-30 17:25:41 +01:00
index.html Initial commit - the working setup 2018-01-30 17:25:41 +01:00
package-lock.json Initial commit - the working setup 2018-01-30 17:25:41 +01:00
package.json Initial commit - the working setup 2018-01-30 17:25:41 +01:00
README.md Initial commit - the working setup 2018-01-30 17:25:41 +01:00
system.config.js Initial commit - the working setup 2018-01-30 17:25:41 +01:00
tsconfig.json Initial commit - the working setup 2018-01-30 17:25:41 +01:00
tslint.json Initial commit - the working setup 2018-01-30 17:25:41 +01:00

SystemJS minimal TypeScript setup

A minimal SystemJS module loader setup with TypeScript support.

Usage

Just install dependencies & point a webserver to (or run it in) the project's root.

npm install
http-server