2. WAMP 로컬서버 경로에 다운받은 Ci3 폴더를 복사해주고 이름을 폴더 이름을 'task'로 변경해줍니다.
task 폴더 구성
3. 작업을 위해 Visual Studio Code에서 위 폴더를 열어줍니다.
4. 서버 접속 확인
http://localhost(:포트)/task/
task 경로에 Ci 3가 잘 설치되었습니다. 
템플릿 적용하기
템플릿 적용을 하기 위해 다운받은 템플릿의 'css, js' 소스와 이미지 같은 리소스를 불러와줘야 합니다.
1. 템플릿 가져오기
먼저 'task'경로 안에 템플릿을 저장할 'static'이라는 폴더를 생성해줍니다.
Static 폴더 생성
2. 복사할 템플릿 파일 확인
다운로드 받은 템플릿 파일 압축을 푼 후에 index.html 을 확인해보겠습니다.
sb admin 2 템플릿 폴더
index.html을 크롬에서 열면 템플릿 사이트를 확인 할 수 있습니다.
지금은 소스파일을 봐야하므로 우클릭 하여 '연결 프로그램'을 메모장이나, VS code 등의 에디터로 열어봅니다.
<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metahttp-equiv="X-UA-Compatible"content="IE=edge"><metaname="viewport"content="width=device-width, initial-scale=1, shrink-to-fit=no"><metaname="description"content=""><metaname="author"content=""><title>SB Admin 2 - Dashboard</title><!-- Custom fonts for this template--><linkhref="vendor/fontawesome-free/css/all.min.css"rel="stylesheet"type="text/css"><linkhref="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"rel="stylesheet"><!-- Custom styles for this template--><linkhref="css/sb-admin-2.min.css"rel="stylesheet"></head>