mix still.dev (Still v0.8.0) View Source

Starts the development server. Your website will be available in http://localhost:3000.

Still is watching your file system for changes and it refreshes the browser when necessary. If there are any errors building the website, they will show up on the browser, along with the stack trace and the context where the error happened.

If you run iex -S mix still.dev you'll get an interactive shell where you can test things quickly, such as API calls.

Accepts the same command-line arguments as mix run.