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

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Drag committed Aug 14, 2018
1 parent 70544a2 commit 4be172c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.MD
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
```

0 comments on commit 4be172c

Please sign in to comment.