Skip to content

Commit

Permalink
docs will be in ./docs/<branchname>.md - README hints to that only
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Verhoelen committed Apr 16, 2019
1 parent d1c1fee commit cb27cfc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
## 1 - Setup

This is the very basic setup. Run `nvm use` to select the required Node version. Do `npm install` to install dependencies and start the simple application using `npm start`.
Nothing more yet. Please continue in order to see how to build up.
## node-express-typescript-recipes

Have a look at the [docs](./docs/) which state of the application is available on this branch.
4 changes: 4 additions & 0 deletions docs/01-setup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 1 - Setup

This is the very basic setup. Run `nvm use` to select the required Node version. Do `npm install` to install dependencies and start the simple application using `npm start`.
Nothing more yet. Please continue in order to see how to build up.

0 comments on commit cb27cfc

Please sign in to comment.