In example shows how to build a SPA using - ClojureScript, AWS and tailwindcss.
Technologies Used
yarn start
Runs the app in development mode + compiles css in watch mode.
yarn build
Builds the app for production to the public
folder.
Builds the css for production to the public/css/style.css
folder
It correctly bundles all code and optimizes the build for the best performance.
Your app is ready to be deployed!
yarn postcss:watch
Compiles tailwind css in watch mode. Builds the css for developer to the public/css/style.css
folder
yarn postcss:build
Builds the css for production.
tailwindcss-jit
compiler.