> ## Content Index
> Fetch the complete content index at: https://suitmyself.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# COREUI 설치 및 사용방법
- URL: https://suitmyself.com/coreui-seolci-mic-sayongbangbeob/
- Published: 2023-05-05T14:19:08.000Z
- Updated: 2026-09-16T03:35:07.000Z
- Author: Benjamin Kim
- Tags: Programming, #Import 2026-09-15 05:58

Centos7

우선 git 이 설치되어 있지 않아서 먼저 설치한다. root로 로그인하거나 su를 이용

설치된 패키지 업데이트

```bash
yum -y update

```

git 설치

```bash
yum -y install git

```

### clone the repo(리포지터리 클로닝)

```bash
$ git clone https://github.com/coreui/coreui-free-bootstrap-admin-template.git my-project

```

### go into app's directory

```bash
$ cd my-project

```

### install app's dependencies

```bash
$ npm install

```

사용

### serve with hot reload at localhost:3000.

```bash
$ npm run serve

```

### build for production with minification

```bash
$ npm run build

```

[사이트 및 매뉴얼](https://coreui.io/?ref=suitmyself.com)

CSS

[node-js 설치](https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-a-centos-7-server?ref=suitmyself.com)

```bash
$cd ~
$wget http://nodejs.org/dist/v0.10.30/node-v0.10.30-linux-x64.tar.gz
$sudo tar --strip-components 1 -xzvf node-v* -C /usr/local
$node --version

```

npm package.json 을 읽어 설치시 오류

```bash
$npm install -g express
$npm install -g express-generator
$npm install

```

부트스트랩부터 써보자  
[http://bootstrapk.com/getting-started/](http://bootstrapk.com/getting-started/?ref=suitmyself.com)  
[https://www.amcharts.com](https://www.amcharts.com/?ref=suitmyself.com)