You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/skeletons.md
+29-15Lines changed: 29 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,25 @@ title: Project Skeletons
6
6
These application skeletons get you started in no time!
7
7
8
8
9
+
### [Play application with Scala.js](https://github.com/vmunier/play-with-scalajs-example)
10
+
11
+
Example application showing how you can integrate [Play](https://www.playframework.com/) with Scala.js.
12
+
13
+
### [AWS Lambda with Scala.js](https://github.com/bgahagan/scalajs-lambda.g8)
14
+
15
+
A skeleton to build an AWS Lambda handler using Scala.js 1.0. Uses sbt-scalajs-bundler to manage npm dependencies and sbt-native-packager to package lambda for deployment.
Modern web app skeleton based in Play + Scala.js + React (powered by Slikny) + Material UI + Scalablytyped, including user registration, login, admin portal, and automatic deployments with Ansible.
23
+
24
+
25
+
## Scala.js 0.6.x
26
+
These applications are outdated but could be useful as references if you happen to be involved in older Scala.js versions.
27
+
9
28
### [Example app with Docker and backend](https://gitlab.com/bullbytes/scala-js-example)
10
29
A minimal but complete web application showing how to use Scala.js together with a server (Akka HTTP) and a database (Postgres). The app is dockerized and easy to set up.
11
30
@@ -19,28 +38,23 @@ It is made with Scala.js & [Play Framework](https://www.playframework.com/). App
19
38
### [SPA tutorial with Scala.js and React](https://github.com/ochrons/scalajs-spa-tutorial)
20
39
Simple Single Page Application tutorial built upon scalajs-react, Play and Bootstrap.
21
40
22
-
### [Play application with Scala.js](https://github.com/vmunier/play-with-scalajs-example)
23
-
Example application showing how you can integrate [Play](https://www.playframework.com/) with Scala.js.
24
-
25
41
### [Play application with Scala.js and Workbench](https://github.com/aholland/play-scalajs-workbench-example)
26
42
Example setup which, using the [Workbench plugin](https://github.com/lihaoyi/workbench), prevents any change made to client code from causing a compile error on the [Play](https://www.playframework.com/) server, which could otherwise slow down client development.
27
43
28
-
### [Node.js module with Scala.js](https://github.com/rockymadden/scala-node-example)
29
-
Proof of concept to determine if Scala.js could be leveraged to make a Node.js module.
44
+
### [Scala Google Spreadsheets](https://github.com/sherpal/Scala-Google-Spreadsheets)
45
+
Allows to create [Google custom functions](https://developers.google.com/apps-script/guides/sheets/functions) in [Google SpreadSheets](https://www.google.com/intl/en_UK/sheets/about/) with Scala.
30
46
31
-
### [AWS Lambda with Scala.js](https://github.com/bgahagan/scalajs-lambda.g8)
32
-
A skeleton to build an AWS Lambda handler using Scala.js 1.0. Uses sbt-scalajs-bundler to manage npm dependencies and sbt-native-packager to package lambda for deployment.
Project generator for the Udash framework - creates a customized, complete and runnable Udash based application.
44
60
45
-
### [Scala Google Spreadsheets](https://github.com/sherpal/Scala-Google-Spreadsheets)
46
-
Allows to create [Google custom functions](https://developers.google.com/apps-script/guides/sheets/functions) in [Google SpreadSheets](https://www.google.com/intl/en_UK/sheets/about/) with Scala.
0 commit comments