Czech podcast for developers.
Requirements (dev)
- Git
- Node and npm
# software preparation (bower and php server)
# software installation need do in administrator mode (sudo)
$ npm install -g bower gulp
$ git clone [email protected]:devminutes/devminutes-2.0.git
$ cd devminutes-2.0/
$ npm install
$ bower install
$ gulp devel
Go to browser and enter url http://localhost:9090
# build - minification, concatenation,...
$ gulp build
# bild and run server
$ gulp build-run
Go to browser and enter url http://localhost:9090