Skip to content

sugar-framework/simple-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple example of the Sugar web framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published