Git Product home page Git Product logo

cl-tailwind-demo's Introduction

tailwind-demo

Common Lisp web application using Tailwind CSS for styles bootstraped with Caveman

Pre-requisites

You need Node.js installed in your machine, since the build scripts for Tailwind CSS require the npx program.

Usage

(ql:quickload :tailwind-demo)
(tailwind-demo:start :port 3000)

Installation

git clone https://github.com/rajasegar/cl-tailwind-demo

Building CSS

There are two script files build-css.sh and build-prod-css.sh for building dev and prod env CSS assets. Just run the respective scripts as per your env.

For development environment

./build-css.sh

For production environment

./build-prod-css.sh

Adding custom css

Since you are using Tailwind CSS you most probably don't need any custom css, because Tailwind has got a ton of utility classes you can directly use. But if you feel the need to add custom css, just append them to the file src/tailwind.css.

The build scripts will take this file, compile and produce the output css into static/css/main.css.

Author

  • Rajasegar Chandran

Copyright

Copyright (c) 2021 Rajasegar Chandran

cl-tailwind-demo's People

Contributors

rajasegar avatar

Stargazers

Józef Piątkiewicz avatar

Watchers

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