Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 639 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 639 Bytes

Elegant Template

This template provides a full boilerplate to get started with elm and elm-bodybuilder/elegant without troubles. Follow the steps and just start coding!

Install steps

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 !