Mariusz Nowak 4944f471b1
Prettify
2019-06-26 12:43:01 +02:00

1.2 KiB

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.