Skip to content

angular-bolivia/typescript-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-starter

A TypeScript project starter

Prerequisites

First, ensure you have the following installed:

  1. Git - Download and Install Git
  2. NodeJS - Download and Install latest version of Node: NodeJS
  3. Install Gulp
npm install -g gulp-cli

After that, use Git bash to run all commands if you are on Windows platform.

Clone repository

In order to start the project use:

$ git clone https://github.com/angular-bolivia/typescript-starter.git
$ cd typescript-starter

Run

To run your code locally, just install dependencies npm install and run gulp task to create a build:

$ npm install
$ gulp build
$ npm start

About

A TypeScript project starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published