/pro

UDD polyglot anti-framework for modern web and standalone applications

Primary LanguagePHPOtherNOASSERTION

Pro - UDD polyglot anti-framework for modern web and standalone applications

Join the chat at https://gitter.im/madmaniak/pro

Start

git clone git@github.com:madmaniak/pro <your_project> -o pro

# create an empty repo on github or somewhere else and:

git remote add origin git@github.com:<user>/<your_project>.git
git push -u origin master

Manual environment setup

Checkout tools subdirectories and read there about dependencies. It takes about 30 minutes to install all of them.

Auto setup using Vagrant

Install Vagrant (v1.8.1 or greater). If you've tried to install stuff manually make sure there is no node_modules directory in tools/webpack and tools/primus.

vagrant up
vagrant ssh
cd /vagrant

After setup

foreman start

Visit http://localhost:3000.

Upgrade Pro to the newest version

git pull pro master
git push

Example app

pro-example-app.