Skeleton used web-project. Functionality based on todomvc.com.
git clone https://github.com/ldrahnik/nette-todomvc.git
cd nette-todomvc
composer install
Create 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