A TypeScript project starter
First, ensure you have the following installed:
- Git - Download and Install Git
- NodeJS - Download and Install latest version of Node: NodeJS
- Install
Gulp
npm install -g gulp-cli
After that, use Git bash
to run all commands if you are on Windows platform.
In order to start the project use:
$ git clone https://github.com/angular-bolivia/typescript-starter.git
$ cd typescript-starter
To run your code locally, just install dependencies npm install
and run gulp
task to create a build:
$ npm install
$ gulp build
$ npm start