S

Welcome Aboard

Your Soli MVC application is ready to go.

Server running

Quick Start

Terminal
# Edit your routes
vim config/routes.sl
# Create a new controller
vim app/controllers/posts_controller.sl
# Create a view
vim app/views/posts/index.html.erb
# Restart with hot reload
soli serve . --dev

Built with using Soli