This a starter kit combining the following technologies:
- circuits and it's circuits.web frameworks. -- Powerful components for your applications.
- PureCSS -- A set of small, responsive CSS modules that you can use in every web project.
With git, virtualenvwrapper and pip:
git clone https://github.com/prologic/circuits_purecss_starter.git
cd circuits_purecss_starter
mkvirtualenv circuits_purecss_start
pip install -r requirements.txt
./server.py
Visit: http://localhost:8000//
With Docker and Docker Compose:
git clone https://github.com/prologic/circuits_purecss_starter.git
cd circuits_purecss_starter
docker-compose build
docker-compose up
note
You need (and should use) autodock-paas for this.
A live demo can be viewed here: http://circuits_purecss_starter.vz1.bne.shortcircuit.net.au/ (If the demo is down please Contact Me).
Enjoy :)