Skip to content
forked from pakyow/pakyow

Pakyow is an open-source framework for building web apps in Ruby.

License

Notifications You must be signed in to change notification settings

rjclardy/pakyow

 
 

Repository files navigation

Pakyow v0.9

Pakyow is an open-source framework for the modern web. Build web-based apps faster with a view-first development process that's friendly to everyone -- whether you're a designer or a developer. It's for getting along.

View-First Development

Pakyow lets you start with a view and build the app on top. Here's how it works:

  • Generate your app and immediately create views using HTML or your favorite template language.
  • Start the app and see the views in your local browser without adding any back-end code.
  • Add back-end code without changing any of the previously created views.

This process gets you right to work, reducing friction to keep the project moving forward.


Getting Started

  1. Install Pakyow:

    gem install pakyow

  2. Create a new Pakyow app from the command line:

    pakyow new webapp

  3. Move to the new directory and start the application:

    cd webapp; pakyow server

  4. You'll find your app running at http://localhost:3000!

Next Steps

The following resources might be handy:

Want to keep up with the latest development? Follow along:

Status

Build Status

License

Pakyow is released under the MIT License.

About

Pakyow is an open-source framework for building web apps in Ruby.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 93.6%
  • HTML 3.3%
  • CSS 3.1%