Code Monkey home page Code Monkey logo

template-skeleton's Introduction

Skeleton Flourish template

This is an empty Flourish template that can be used when creating new templates. Use this section of the readme to explain what this template does, and add credits.

How to run?

This project needs the Flourish SDK to get it running. For more information on how to install and use the SDK, see the Flourish SDK repo.

Once you have installed Flourish, you can start this template by calling flourish run [dir_name], or flourish run if you're already in the template directory.

About this skeleton template

This skeleton template provides a basic starting point for making new templates, similar to how we make Flourish templates at Flourish HQ. The main source code lives in the src directory and is separated in a couple of files in the src/core directory. The src/index.js has a description of what each file in the core directory does.

Flourish Layout

This skeleton template also uses a module called Flourish Layout. This module sets up a basic page layout and allows you to add header, footer and makes sure everything resizes accordingly. For more information on Flourish layout, check https://github.com/kiln/flourish-layout

Other Flourish modules

We're adding more and more modules to make life of a template developer easier. We already have modules for

Less

This template uses Less, which is a language extension for CSS. It allows you to do mixins, nesting, variables and many other things. It compiles into static/style.css which is being referenced in index.html. If you prefer, you can remove the compiler from package.json and write your css in static/style.css directly.

Questions?

For more information, checkout our Developer documentation, or check out our help pages

template-skeleton's People

Contributors

daanlouter 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.