项目作者: vladimirpavk

项目描述 :
Angular 4 application skeleton with node expressjs backend
高级语言: JavaScript
项目地址: git://github.com/vladimirpavk/Angular4-Skeleton.git
创建时间: 2017-04-11T20:56:22Z
项目社区:https://github.com/vladimirpavk/Angular4-Skeleton

开源协议:MIT License

下载


Angular4-Skeleton

Start building Angular4 applications immediately
Angular4 application skeleton with node expressjs backend

Prerequisites

Must have node and npm installed

How to use

Install node dependencies in your project root directory (this is where the ‘package.json’ file is located) using:

  1. $ npm install

If you use typescript 2.0 or higher no need to install typescript definitons with typings. Moved to npm/@types.

Start application with

  1. $ gulp

Wait untill application is fully compiled and backend server is started (notified by message).

Navigate to

  1. http://localhost:3000/index.html

to start application. If everything is ok the message Angular 4.0.1 will appear.

CHANGES
13/04/2017
Tryed else in template