Skip to content
This repository was archived by the owner on May 2, 2020. It is now read-only.

Added line to remember to create a git-repository. #900

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down