Giter Site home page Giter Site logo

zerg000000 / conduit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jacekschae/conduit

0.0 2.0 0.0 4.6 MB

Real world application built with ClojureScript + re-frame

Home Page: https://jacekschae.github.io/conduit

Clojure 97.19% HTML 1.91% JavaScript 0.90%

conduit's Introduction

RealWorld Example App

ClojureScript and re-frame codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

Demo      RealWorld

This codebase was created to demonstrate a fully fledged fullstack application built with ClojureScript and re-frame including CRUD operations, authentication, routing, pagination, and more.

For more information on how this works with other frontends/backends, head over to the RealWorld repo.

Application structure/style heavily inspired by todomvc

Setup And Run

  1. Install Leiningen (plus Java).

  2. Get the re-frame repo

    git clone https://github.com/jacekschae/conduit
    
  3. cd to the right example directory

    cd conduit
    
  4. Clean build

    lein dev
    
  5. Run You'll have to wait for step 4 to do its compile, and then:

    open http://localhost:3449
    

Compile an optimised version

Build with Java 9

  1. Compile

    lein prod
    

    If you end up with Exception

    <Exception details>
    ...
    Caused by: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter
    

    You should upgrade your Java to version 9. For more info check How to upgrade your Clojure and ClojureScript projects to use Java 9

  2. Open the following in your browser

    resources/public/index.html
    

conduit's People

Contributors

jacekschae avatar

Watchers

James Cloos avatar Albert Lai avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.