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.
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.
-
Install Pakyow:
gem install pakyow
-
Create a new Pakyow app from the command line:
pakyow new webapp
-
Move to the new directory and start the application:
cd webapp; pakyow server
-
You'll find your app running at http://localhost:3000!
The following resources might be handy:
Want to keep up with the latest development? Follow along:
Pakyow is released under the MIT License.