This repository contains the code built for the application TodoList I used in my blog post https://anthonnyquerouil.me/2020/06/17/how-i-use-meteor-elm-and-tailwindcss-together.html
You need to install Meteor on your device.
Here are the commands to install {url-meteor}[Meteor] on OSX/Linux and Windows OSX / Linux
# OSX/Linux
curl https://install.meteor.com/ | sh
# Windows
choco install meteor
Then install the NPM dependencies:
meteor npm install