Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/contributte/micro-skeleton
🎁 Micro project skeleton based on Nette Framework (@nette) and Contributte (@contributte) libraries for fast prototyping by @f3l1x.
https://github.com/contributte/micro-skeleton
contributte experimental project sandbox skeleton
Last synced: 9 days ago
JSON representation
🎁 Micro project skeleton based on Nette Framework (@nette) and Contributte (@contributte) libraries for fast prototyping by @f3l1x.
- Host: GitHub
- URL: https://github.com/contributte/micro-skeleton
- Owner: contributte
- License: mit
- Created: 2018-02-19T13:26:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T09:13:45.000Z (5 months ago)
- Last Synced: 2024-10-07T03:23:18.342Z (29 days ago)
- Topics: contributte, experimental, project, sandbox, skeleton
- Language: PHP
- Homepage: https://examples.contributte.org/micro-skeleton/
- Size: 142 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://heatbadger.now.sh/github/readme/contributte/micro-skeleton/)
Website 🚀 contributte.org | Contact 👨🏻💻 f3l1x.io | Twitter 🐦 @contributte
-----
## Goal
Main goal is to provide micro starter-kit project for Nette developers.
## Demo
https://examples.contributte.org/micro-skeleton/
## Installation
You will need `PHP 8.0+` and [Composer](https://getcomposer.org/).
Create project using composer.
```bash
composer create-project -s dev contributte/micro-skeleton acme
```## Startup
The easiest way is to use php built-in web server.
```
php -S 0.0.0.0:8000 -t www
```Then visit [http://localhost:8000](http://localhost:8000) in your browser.
## Development
See [how to contribute](https://contributte.org/contributing.html) to this package.
This package is currently maintaining by these authors.
-----
Consider to [support](https://contributte.org/partners.html) **contributte** development team.
Also thank you for using this project.