mirror of
https://github.com/tomasvarg/systemjs-typescript-minimal.git
synced 2026-03-01 08:18:52 +00:00
13 lines
229 B
Markdown
13 lines
229 B
Markdown
# 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
|
|
```
|