Skip to content

liepa/styling-dojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

gem install bundler
bundle install

Start Guard

bundle exec guard

Start Page App

bundle exec rackup config.ru

# To be page accesible from all network
bundle exec rackup config.ru -o 0.0.0.0

# To set another port
bundle exec rackup config.ru -p 9999

Access page

http://localhost:9292/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published