This repository was archived by the owner on Jun 24, 2020. It is now read-only.
-
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.
- Loading branch information
Vitalii Drag
committed
Aug 14, 2018
1 parent
70544a2
commit 4be172c
Showing
1 changed file
with
21 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Client-Server TypeScript Template | ||
|
||
This tiny template designed as starting point for your client-server typescript application. It doesn't contain any ui framework to give you ability to use anything you want. | ||
It includes: | ||
|
||
* Hot reloading | ||
* Server-side templating | ||
* Dummy API to start with | ||
* Karma and Jasmine for testing purposes | ||
|
||
## Install | ||
|
||
```cmd | ||
npm i | ||
``` | ||
|
||
## Start | ||
|
||
```cmd | ||
npm start | ||
``` |