Skip to content

A demo application of Gleam's Wisp framework with the addition of TailwindCss in the served HTML

License

Notifications You must be signed in to change notification settings

emarifer/wisp_routing

Repository files navigation

wisp_routing

A demo application of Gleam's Wisp framework with the addition of TailwindCss in the served HTML


GitHub License


gleam add wisp_routing@1
import wisp_routing

pub fn main() {
  // TODO: An example of the project in use
}

Further documentation can be found at https://hexdocs.pm/wisp_routing.

Note

Before running the application you must install the JavaScript dependencies to have TaildwindCss (NodeJs is required). Run the following commands in the project folder:

`$ npm i # to install the dependencies`

`$ npm run watch-css # leave Tailwindcss running in watch mode`

`$ npm run build-css-prod # building minified CSS for production`

Development

gleam run   # Run the project
gleam test  # Run the tests

Happy coding 😀!!

About

A demo application of Gleam's Wisp framework with the addition of TailwindCss in the served HTML

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published