mirror of
https://github.com/tomasvarg/systemjs-es2015-minimal.git
synced 2026-03-01 08:28:49 +00:00
13 lines
221 B
Markdown
13 lines
221 B
Markdown
# SystemJS minimal ES2015 setup
|
|
|
|
A minimal SystemJS module loader setup with ES2015 support.
|
|
|
|
## Usage
|
|
|
|
Just install dependencies & point a webserver to (or run it in) the project's root.
|
|
|
|
```
|
|
npm install
|
|
http-server
|
|
```
|