Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 721 Bytes

README.adoc

File metadata and controls

34 lines (22 loc) · 721 Bytes

How I use Meteor, Elm and Tailwindcss together

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

Setup

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

Run

Inside the folder of your project run the following command:

meteor npm start