# axum-template An axum template with HTMX and TailwindCSS set up for you out of the box.
Be sure to create your .env
file for your environment variables before
you get started. Below are the available environment variables. You must have this file
created in order to run the application.
APP_ENV=dev
To start the development server in watch mode you can run this command:
./dev.sh
To deploy the production build to your server, simply run this command:
./deploy.sh