Skip to content

Pulls data from a huge JSON API,renders it in a table and sort, filter, search through the data

Notifications You must be signed in to change notification settings

naxiwaynez10/clojurescript-big-table-api

Repository files navigation

todo

generated using Luminus version "4.38"

FIXME

Prerequisites

You will need Leiningen 2.0 or above installed. Also shadow-cljs installed globally Run npm istall -g shadow-cljs

Running

First install all dependencies like Reagent

   npm install

To start a web server for the application, run:

lein run 

then, To run a runtime compilation

shadow-cljs watch app

To release app for production

shadow-cljs release app

Which can be found in the target/cljsbuild/public/js/app.js

License

Copyright © 2022 FIXME

About

Pulls data from a huge JSON API,renders it in a table and sort, filter, search through the data

Topics

Resources

Stars

Watchers

Forks