screfy/web-skeleton

This package is abandoned and no longer maintained. No replacement package was suggested.

Simple web skeleton using Nette Framework.

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/screfy/web-skeleton

v1.0.0 2021-03-21 19:57 UTC

This package is auto-updated.

Last update: 2021-07-31 00:34:34 UTC


README

Installation

Install this project:

$ composer create-project screfy/web-skeleton web-skeleton

Go to the directory:

$ cd web-skeleton

And make directories temp and log writable. For Linux, macOS or any other Unix based system:

$ chmod -R a+rw temp log

Development

For development, you can start built-in PHP server in the root directory of your project:

$ php -S localhost:80 -t www

And then you can visit http://localhost in your browser to see welcome page.