An open API service indexing awesome lists of open source software.

https://github.com/kouts/systemjs-webpack


https://github.com/kouts/systemjs-webpack

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# README #

systemjs-webpack test repository

### This repository is a test for importing systemjs into a webpack build. ###

## Usage
```sh
npm install
```

```sh
npm run watch
```

or

```sh
npm run build
```

Check file ```src/js/bootstrap.js``` and the demo folder for details.