/backwords

Find and view palindromic numbers

Primary LanguageClojure

Backwords

Tools for finding palindromic numbers and a static web site for viewing them.

Hack

First, load dependencies into build server:

npm run js-server

Then

npm run html     # optional, only needs to be run once
npm run watch-css
npm run watch-js

Then, open http://localhost:8081

Test

Run test server:

npm run test-js

Then, open http://localhost:8021

Deploy

npm --prod run clean
npm --prod run html
npm --prod run compile-css
npm --prod run compile-js