Skip to content
This repository has been archived by the owner on Jul 13, 2018. It is now read-only.

shaneutt/cowboy_erlydtl_rebar3_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rebar3 template for Cowboy + ErlyDTL

  • clone this repo into ~/.config/rebar3/templates
git clone https://github.com/shaneutt/cowboy_erlydtl_rebar3_template ~/.config/rebar3/templates/cowboy_erlydtl_rebar3_template/
  • create a new application
rebar3 new cowboy_erlydtl your_app_here
  • start it up
cd your_app_here/
make
./rebar3 shell

And go to http://127.0.0.1:8080/ in a browser.