serverless/lib/plugins/create/templates/aws-clojurescript-gradle
2019-11-20 09:44:41 +01:00
..
2019-10-18 00:05:49 -06:00
2018-08-05 11:22:25 -06:00
2019-10-18 00:05:49 -06:00
2018-08-05 11:22:25 -06:00
2019-10-18 00:05:49 -06:00
2019-10-18 00:05:49 -06:00
2019-06-26 12:43:01 +02:00

AWS Clojurescript Gradle Template

This project compiles Clojurescript to a NodeJS module using the Gradle Clojure Plugin.

NodeJS Support

Rudimentary support for loading/using NodeJS modules is provided.

See functions.cljs as an example.

To include NodeJS dependencies, modify build.gradle and add the module to the closurescript .. npmDeps section.

Prerequisites

Build and Deploy

  • To build, run ./gradlew clean build
  • To deploy, run serverless deploy

Using the Repl in IntelliJ Cursive IDE

This project contains a script the must be initialized in order to use the Repl in IntelliJ.