From 349d2bf6171a49f71adb7cbf549216099824355d Mon Sep 17 00:00:00 2001 From: mahal Date: Mon, 4 Feb 2019 18:12:44 +0100 Subject: [PATCH] Added line to remember to create a git-repository. As I forgot it at that moment and others might as well. --- docs/setup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/setup.md b/docs/setup.md index b771d650..fde2bd00 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -15,6 +15,7 @@ Creating a new application project *my-app* is easily done in the following four - install App Framework and its dependencies - create the project folder structure - complete the *package.json* file +5. Run `git init` to create a repository for your app. A default `.gitignore` file has been added with App Framework. After the installation process finished, you should see [this folder structure](folder-structure.md).