Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manonworld/nette-boilerplate

Dockerized Boilerplate for Nette
https://github.com/manonworld/nette-boilerplate

docker docker-compose nette

Last synced: 16 days ago
JSON representation

Dockerized Boilerplate for Nette

Awesome Lists containing this project

README

        

# Nette Boilerplate

Boilerplate with Nette Framework

Dockerized nette framework installation

#### Installation

Simply run ``` docker-compose up -d --build ``` or ``` make install ```

#### Running

Point your browser to ``` localhost:8000 ``` and you are good to go.

#### Cleaning

Just run ``` docker-compose down ``` or ``` make clean ```