|
7 년 전 | |
---|---|---|
.. | ||
env | 8 년 전 | |
src | 7 년 전 | |
README.md | 8 년 전 | |
project.clj | 7 년 전 |
Node.js needs to be installed to run the application.
run the following command in the terminal to install NPM modules and start Figwheel:
lein build
run node
in another terminal:
npm start
Once Figwheel and node are running, you can connect to the remote REPL at localhost:7000
.
Type (cljs)
in the REPL to connect to Figwheel ClojureScript REPL.
lein package
Run the release version:
npm start
The template comes with a Dockerfile
for running the application using Docker
Once you've run lein package
, you can build and run a Docker container as follows:
docker build -t hello:latest .
docker run -p 3000:3000 hello:latest