Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/orkon/simple-jspm-project

Very simple JSPM project
https://github.com/orkon/simple-jspm-project

Last synced: 17 days ago
JSON representation

Very simple JSPM project

Awesome Lists containing this project

README

        

## Simple JSPM project

[![Build Status](http://img.shields.io/travis/OrKoN/simple-jspm-project.svg?style=flat)](https://travis-ci.org/OrKoN/simple-jspm-project)

This is a simple JSPM-powered project. It consists of one js module: math.js and index.html.

## Installation

```sh
jspm install
```

## Usage

```
http-server .
```

Open http://127.0.0.1:8080/

## The goal of this project

To demonstrate how to add browser tests to a JSPM project.