• This repository has been archived on 18/Oct/2021
  • Stars
    star
    120
  • Rank 285,667 (Top 6 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created about 8 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A basic Angular2 application with Gulp as build system.

Angular2 with TypeScript and Gulp

A basic Angular2 application with Gulp as build system.

1. Prerequisites

nodejs must be installed on your system and the below global node packages must be installed:

  • gulp

npm i -g gulp

  • gulp-cli

npm i -g gulp-cli

  • typings

npm i -g [email protected]

  • typescript

npm i -g [email protected]

  • ts-node

npm i -g [email protected]

2. Cloning the repository

Clone the repository:

git clone https://github.com/kolorobot/angular2-typescript-gulp.git

Navigate to angular2-typescript-gulp directory:

cd angular2-typescript-gulp

3. Installing dependencies

Install dependencies by running the following command:

npm install

node_modules and typings directories will be created during the install.

4. Building the project

Build the project by running the following command:

npm run clean & npm run build

build directory will be created during the build

5. Starting the application

Start the application by running the following command:

npm start

The application will be displayed in the browser.

Resources

More Repositories

1

spring-mvc-quickstart-archetype

The project is a Maven archetype for Spring MVC web application.
Java
1,053
star
2

spring-boot-thymeleaf

A simple web application in Spring Boot and Thymeleaf
Java
315
star
3

unit-testing-demo

Java
68
star
4

thymeleaf-custom-layout

Java
56
star
5

openshift-diy-spring-boot-sample

Java
42
star
6

spring-mvc-beanvalidation11-demo

Java
33
star
7

spring-boot-jersey-demo

Java
31
star
8

spring-boot-petclinic-api

Java
21
star
9

openshift-diy-spring-boot-gradle

Shell
19
star
10

quarkus-petclinic-api

Pet Clinic API with Quarkus and Hibernate (Panache), Flyway, RESTEasy (+Jackson), Swagger, PostgreSQL
Java
17
star
11

quartz-jee-demo

Quartz with Clustering JEE demo application
SQL
16
star
12

spring-boot-tc

Spring Boot tests with Testcontainers and PostgreSQL
Java
14
star
13

junit5-samples

Java
12
star
14

spring-boot-junit5

Java
12
star
15

vite-node-starter

Starter template for prototyping and building CLI tools with Node.js and TypeScript
TypeScript
10
star
16

spring41-samples

Java
7
star
17

angular2-typescript-webpack

Source code for https://angular.io/docs/ts/latest/guide/webpack.html
JavaScript
6
star
18

spring-boot-angular

Java
5
star
19

quarkus-postgres-sample

Quarkus based project that uses Postgres, Hibernate with Panache and RESTEasy Jackson extension
HTML
4
star
20

spring-mvc-icm-demo

Java
4
star
21

openshift-wildfly-spring-boot

HTML
3
star
22

spring-boot-demo

Java
3
star
23

java9-and-beyond

Java
3
star
24

junit5-selenium-todomvc-demo

Java
3
star
25

junit5-gradle-template

Basic JUnit 5 Gradle template to bootstrap a project
Java
2
star
26

junit5-playwright-demo

Java
2
star
27

permalink

Permanent link generator to Google Drive resources (e.g. images)
HTML
1
star
28

angularjs-explained

JavaScript
1
star
29

spring-boot-kotlin-petclinic-api

Kotlin
1
star
30

jest-js-starter

JavaScript
1
star
31

sahi-script-samples

The scripts that I presented during my talk at TrojQA (http://trojqa.pl/?p=642)
JavaScript
1
star
32

parcel-starters

JavaScript
1
star