Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 414 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 414 Bytes

Tweet search

Search in tweets of a selected user - simple app created for purpose of learning Elm

Deployed app here


How to start

Install dependencies

npm install
elm package install

Build Elm and JavaScript modules to one bundle

npm run build

Start the server

npm run start