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... :))
- Host: GitHub
- URL: https://github.com/scalajs-io/examples
- Owner: scalajs-io
- Created: 2017-04-19T00:41:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T00:48:23.000Z (about 8 years ago)
- Last Synced: 2025-01-17T22:42:44.125Z (5 months ago)
- Language: Scala
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
* [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
```