Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 315 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 315 Bytes

Sinatra Base

Basic IntelliJ IDEA Setup for a Ruby Sinatra Web Application.

Sinatra / Server

  • thin
  • sinatra/flash
  • sinatra/reloader

HTML

  • slim

JS

  • TypeScript Note: JavaScript Support and Node.js Plugins must be installed and enabled in IntelliJ IDEA!
  • AngularJS

Tests

Backend

  • rspec