Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 881 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 881 Bytes

Micro

A tiny product management application in Elixir using the awesome Phoenix framework. Written with a focus on performance and idiomatic design.

Getting started

To start your Phoenix app:

  1. Install dependencies with mix deps.get
  2. Create and migrate your database with mix ecto.create && mix ecto.migrate
  3. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Development

  1. Make sure you have Node JS installed locally.
  2. Install Node/static file dependencies using npm install and bower install
  3. Make your changes
  4. Start Phoenix as described above.

Gulp is included for running/compiling the custom Bootstrap files.

Ready to run in production? Please check the official Phoenix Framework deployment guides.