Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 645 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 645 Bytes

Simple

A simple example of the Sugar web framework for Elixir

Getting Started

# Clone this repo
git clone https://github.com/sugar-framework/simple.git
cd simple

# Get project dependencies
mix deps.get

# Start the web server
mix server # or `iex -S mix server` if you want access to iex

Want to use the latest and greatest in Sugar develop?

# Clone this repo
git clone https://github.com/sugar-framework/simple.git
cd simple
git checkout develop

# Get project dependencies
mix deps.get

# Start the web server
mix server # or `iex -S mix server` if you want access to iex