Installs a new IceHawk skeleton project by using composer create-project
.
You can optionally choose to install one ore more of the IceHawk components:
Run command:
composer create-project -n icehawk/installer /path/to/new-project
You will be asked questions regarding your desired installation.
Please note: For reasons of automation the installer initially installs some thrid-party dependencies. These will be removed at the end of the installation process.
Start the php built-in webserver:
cd /path/to/new-project/public
php -S 127.0.0.1:8088
Visit in your browser: http://127.0.0.1:8088/
Please note: You need to replace 127.0.0.1
with your machine's IP address, if you're not on your local host.
You should see a welcome page.
Contributions are welcome! Please see our Contribution guide.