Giter Site home page Giter Site logo

xinyiheng / htmltohiccup Goto Github PK

View Code? Open in Web Editor NEW

This project forked from seabre/htmltohiccup

0.0 1.0 0.0 1 MB

Web application to convert HTML to Hiccup, inspired by http://html2haml.heroku.com/

Home Page: https://htmltohiccup.herokuapp.com

License: Eclipse Public License 1.0

Clojure 87.24% CSS 1.09% JavaScript 10.15% Dockerfile 1.51%

htmltohiccup's Introduction

htmltohiccup

Web application to convert HTML to Hiccup, inspired by http://html2haml.heroku.com/

Prerequisites

You will need Leiningen 2.0.0 or above installed.

Running

To start a web server for the application, run:

lein run

Running with Docker

Since htmltohiccup depends on older versions of Java, Clojure and Leiningen, you might not want to change your existing environment to run htmltohiccup. In order to workaround this, you can use the Dockerfile in this repository to build and run the service in a container.

docker build -t htmltohiccup .
docker run -it -p 3005:8080 htmltohiccup

Once you see the message Started on port 8080, the application is ready to respond on localhost:3005 (port defined in the docker run command)

License

Copyright © 2013 Sean Brewer

Distributed under the Eclipse Public License, the same as Clojure.

htmltohiccup's People

Contributors

seabre avatar victorb avatar

Watchers

James Cloos 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.