-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs will be in ./docs/<branchname>.md - README hints to that only
- Loading branch information
Jonas Verhoelen
committed
Apr 16, 2019
1 parent
d1c1fee
commit cb27cfc
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |