Installation and bootstrapping
Nette uses a self-bootstrap approach (similar to Laravel) with the support of composer:
composer create-project nette/sandbox demo
This will create a demo directory in the current one, and a sandbox project will be loaded into said folder.
Nette’s Getting Started tutorial guides us through building a simple blog app which features basic blog functions like: list all posts, view an individual post, create/edit a post, comments, security etc.
Let me show you what the app will look like when you finish the tutorial (I have not added any CSS to it so the overall appearance is quite rudimentary):