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

https://github.com/scalajs-io/examples

A collection of ScalaJs.io examples (or will be soon... :))
https://github.com/scalajs-io/examples

Last synced: 4 months ago
JSON representation

A collection of ScalaJs.io examples (or will be soon... :))

Awesome Lists containing this project

README

        

Examples for ScalaJs.io
================================

### Description

This is a collection of examples to help those new to Scala.js, ScalaJs.io or Node.js to get up to speed quickly.


### Build Requirements

* [SBT v0.13.15](http://www.scala-sbt.org/download.html)

### Getting Started

Before running any of the examples, you must ensure the npm packages are installed
(**NOTE:** this only needs to be done once):

```bash
$ npm install
```

### Running the examples

```bash
sbt run
```