Search in tweets of a selected user - simple app created for purpose of learning Elm
Install dependencies
npm install
elm package install
Build Elm and JavaScript modules to one bundle
npm run build
Start the server
npm run start
Search in tweets of a selected user - simple app created for purpose of learning Elm
Install dependencies
npm install
elm package install
Build Elm and JavaScript modules to one bundle
npm run build
Start the server
npm run start