This template provides a full boilerplate to get started with elm and elm-bodybuilder/elegant without troubles. Follow the steps and just start coding!
To follow the steps, you have to install elm-github-install.
Just npm install -g elm-github-install
or yarn global add elm-github-install
to add it to your path! Then follow the steps:
git clone [email protected]:elm-bodybuilder/elegant-template my-super-app
cd my-super-app
rm -rf .git && git init
elm install
You're good to go and get awesome coding experience with elm and Elegant !