GithubHelp home page GithubHelp logo

szm-playground / homepage-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from exicon/homepage

0.0 1.0 0.0 55.77 MB

Exicon's public website ( http://exiconglobal.com ) source code, written in the http://hoplon.io Clojure web framework.

CSS 2.93% JavaScript 56.42% Clojure 40.56% Shell 0.08%

homepage-1's Introduction

homepage

A Hoplon project to implement the custom part of Exicon's public homepage.

Dependencies

Usage

  1. Start the auto-compiler. In a terminal:

    $ cp config.example.sh config.sh
    $ source config.sh; boot dev
  2. Go to http://localhost:3103 in your browser.

Bootup takes around 60seconds after the dependencies are downloaded. It's expected and will be improved, but the main reason for it is this homepage is a multipage application, while Hoplon was primarily meant to be used for creating Single Page Applications.

For production use we do precompilation which is part of the prod task. The result will be in the target/ directory, from where it can be served with any webserver capable of serving static files.

```bash
$ source config.sh; boot prod
$ (cd target; python -mSimpleHTTPServer 3103)
```

License

Copyright © 2014, Excion Ltd. All rights reserved.

The use and distribution terms for this software are covered by the Eclipse Public License 1.0. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software.

homepage-1's People

Contributors

charisrooda avatar ryallk avatar onetom avatar mluus avatar laurasempere avatar apterf avatar hildachan avatar stephanyl avatar alandipert avatar otfrom avatar marjonsusan avatar sjmackenzie 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.