Code Monkey home page Code Monkey logo

boot-template-om-next's Introduction

boot-template-om-next

A simple boot project template for an Om Next app. Simply clone, update the project name and dependencies and start working.

Structure

  • build.boot contains the project definition and build tasks
  • LICENSE contains the project license (AGPL3 by default)
  • resources contains HTML, LESS and ClojureScript EDN files
  • src contains ClojureScript sources
  • src/app contains the source code for the app itself
  • src/app/components contains Om Next components
  • src/app/parsing contains Om Next read and mutate implementations
  • src/dev contains sources for development
  • src/dev/devcards contains devcards used during development

Build tasks

  • boot run-development starts the app in development mode
  • boot run-production starts the app in production mode, with advanced optimizations
  • boot build-development compiles the CLJS/LESS sources to JS/CSS, with source maps and no optimizations
  • boot build-production compiles the CLJS/LESS sources to JS/CSS for production, with advanced optimizations

Launching the app or devcards

When running the app in development or production mode, it can be launched in the browser via the following URL:

http://localhost:3000

The devcards can be viewed via

http://localhost:3000/devcards.html

License

This template is licensed under the GNU Affero General Public License Version 3.

boot-template-om-next's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

hierophantos rayk

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.