Current section

Files

Jump to
combo_new templates vanilla README.md
Raw

templates/vanilla/README.md

# DemoLT
A minimal Combo project, without integrating assets bundling tool, database, etc.
## Requirements
- Elixir
## Quick start
### Setup environments
```
$ mix setup
```
### Run dev server
```
$ iex -S mix combo.serve
```
Now you can visit [`localhost:4000`](http://localhost:4000) from web browser.
## Deployment
Ready to run in production? Please [check out deployment guides](https://hexdocs.pm/combo/deployment.html).