Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 727 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 727 Bytes

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