Skeleton used web-project. Functionality based on todomvc.com.
git clone https://github.com/ldrahnik/nette-todomvc.git
cd nette-todomvc
composer installCreate database manually and set up access in config.local.neon. For example:
doctrine:
user: root
password:
dbname: nette-todomvc
metadata:
App: %appDir%php www/index.php orm:schema-tool:create