Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/orkon/simple-jspm-project
- Owner: OrKoN
- License: mit
- Created: 2015-11-16T19:44:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T09:22:36.000Z (about 9 years ago)
- Last Synced: 2023-04-09T19:07:23.000Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.