Unic framework is built for PHP, so it's requires PHP 7.4 or newer version and for now you won’t need to setup anything else.
- Install
composerif you have not installed in your system.
composer create-project unicframework/unic blogIt will automatically create a blog project for you.
Start php development server:
php -S localhost:3000 index.phpIt will start the development server at http://localhost:3000