Skip to content

trivialcoding6/FEStudy_Typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

프로젝트 이름

이 프로젝트는 MS AI School TypeScript 스터디를 위한 레포지토리 입니다.

시작하기

  1. Fork 저장소

    GitHub에서 이 저장소를 fork하여 본인의 GitHub 계정으로 복사합니다.

  2. 저장소 클론

본인의 로컬 머신에 fork한 저장소를 클론합니다.

git clone https://github.com/your_username/your_project.git
  1. 작업 디렉토리로 이동
cd your_project

설치

  1. Node.js 설치

프로젝트를 실행하기 전에 Node.js가 설치되어 있어야 합니다. Node.js 공식 웹사이트에서 최신 LTS 버전을 다운로드하여 설치합니다.

  1. 패키지 설치

yarn 또는 npm을 사용하여 필요한 패키지를 설치합니다.

  • npm을 사용하는 경우:
npm install
  • yarn을 사용하는 경우:
yarn install

실행

설치가 완료되면 아래 방법으로 프로젝트를 실행할 수 있습니다.

  1. 개발 서버 시작

package.json에 정의된 명령어를 사용하여 개발 서버를 시작합니다.

  • npm을 사용하는 경우:
npm start
  • yarn을 사용하는 경우:
yarn start

이 명령어는 src/index.ts 파일을 실행합니다.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published