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

Client-Server typescript template with browserify and hot reloading

Notifications You must be signed in to change notification settings

Drag13/typescript-browserify-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Prerequisite

Please, make sure you are using npm 5.7.0 or higher. If no, you need to change npm ci command to npm install

Install

git clone https://github.com/Drag13/typescript-browserify-template
npm ci
npm run install:all

Start

npm start

That's it! Your client and server is running now. Give it a try!