Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 355 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 355 Bytes

Natural

This project is my solution to shankardevy's phoenix book exercises.

Setup

Steps to follow to run the code in your local machine:

git clone https://github.com/shankardevy/natural.git
cd natural


mix deps.get
cd assets && npm install && cd ..
mix ecto.setup
mix phx.server

Now visit http://localhost:4000 to see the site.