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 .
- Host: GitHub
- URL: https://github.com/lemoncloud-io/lemon-angular5-base
- Owner: lemoncloud-io
- License: mit
- Created: 2018-03-08T04:52:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T06:03:22.000Z (over 8 years ago)
- Last Synced: 2025-06-17T07:45:55.300Z (about 1 year ago)
- Language: TypeScript
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)