The intention of this project is how to create app using Node.js + Express.js + EJS + Tailwind css
You need to have installed Node.js.
Clone the repo or download it.
Go to the project folder and run
$ npm install
And run your server running the following command in the root of the project:
$ npm run dev
Start the Tailwind CLI build process
Run the CLI tool to scan your template files for classes and build your CSS.:
$ npm run devcss