Skip to content

PJUllrich/run-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RunElixir - A Quickstart Guide to Elixir

This project intends to give a 30min quickstart to the Elixir programming language.

You can find the latest version at RunElixir.com

Contribute

You're more than welcome to propose new chapters for the guide or to extend/correct/shorten existing ones. Just clone the repo and create a pull request.

Setup locally

First, run mix deps.get to get the dependencies.

I wrote a little file-watcher to make it easy to see your latest changes. Just run it with:

mix run watch.exs

It will re-run mix docs every time you change a file in ./guides or the mix.exs file, where we configure ExDoc.

The script will print out a link to the docs which you can open in your browser to see your changes.

About

Learn Elixir in 30min through Examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published