An open API service indexing awesome lists of open source software.

https://github.com/lemoncloud-io/lemon-angular5-base

Basic Web Skeleton based on Angular 5 + Bootstrap 4.0 .
https://github.com/lemoncloud-io/lemon-angular5-base

Last synced: 10 months ago
JSON representation

Basic Web Skeleton based on Angular 5 + Bootstrap 4.0 .

Awesome Lists containing this project

README

          

# lemon-angular5-base
Basic Web Skeleton based on Angular 5 + Bootstrap 4.0

## 환경 (Environment)

```bash
# angular-cli 설치.
$ npm install @angular/cli -g
```

## 설치 (Installation)

```bash
# node 패키지 설치.
$ npm install
```

## 실행 (Execution)

```bash
# ng 명령어는, angular-cli 를 먼저 설치하여야 생김.
$ ng serve
```

## 배포 (Deploy)

```bash
# 1. 먼저 빌드를 하고, dist 폴더의 내용을 배포하면 됨.
$ ng build
```

# 주요 변경 이력 (History)