https://github.com/torifat/intro-to-scala-n-play
Introduction to Scala & Play
https://github.com/torifat/intro-to-scala-n-play
Last synced: 3 months ago
JSON representation
Introduction to Scala & Play
- Host: GitHub
- URL: https://github.com/torifat/intro-to-scala-n-play
- Owner: torifat
- Created: 2014-10-31T22:11:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-02T09:53:47.000Z (over 10 years ago)
- Last Synced: 2024-12-27T13:46:27.335Z (5 months ago)
- Language: CSS
- Homepage: https://torifat.github.io/intro-to-scala-n-play/
- Size: 548 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction to Scala & Play
> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation, built with [generator-bespoke](https://github.com/markdalgleish/generator-bespoke)## View slides locally
First, ensure you have the following installed:
1. [Node.js](http://nodejs.org)
2. [Bower](http://bower.io): `$ npm install -g bower`
3. [Gulp](http://gulpjs.com): `$ npm install -g gulp`Then, install dependencies and run the preview server:
```bash
$ npm install && bower install
$ gulp serve
```