helins / convex-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests

Development

Prerequisites

App

Install dependencies:

npm install

Compile CSS:

npm run styles:watch

Run Shadow CLJS:

npm run app:watch

Server

Run REPL with the dev alias:

clj -A:dev

Start server on port 8080:

(go)

Production

App

Install dependencies:

npm install

Compile & bundle app:

npm run app:release

Compile CSS:

npm run styles:release

Server

bin/run

Create a Linux systemd Service

  • Copy: deployment/convex_web.service to /etc/systemd/system/convex_web.service;
  • Enable: sudo systemctl enable convex_web
  • Start: sudo systemctlm start convex_web

About


Languages

Language:Clojure 95.8%Language:CSS 3.8%Language:JavaScript 0.3%Language:HTML 0.1%Language:Shell 0.1%