Skip to content

Introduction

E2TMK Provides a out of box solution for building a web fast application with a our starter kit.

Installation

git clone https://github.com/e2tmk/starter-kit my-project \
  && cd my-project \
  && php install.php

WARNING

If you are using Linux, make sure to give execution permission to the installer script before running it:

bash
chmod +x install.php