Skip to content

마스외전 5기 개발자국 리뉴얼 프론트 스터디 레포

Notifications You must be signed in to change notification settings

MARS-crew/study_dogfootprint_front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

study_dogfootprint_front

마스외전 5기 개발자국 리뉴얼 스터디 레포

스크립트

프로젝트 디렉토리에서 다음과 같은 명령 스크립트를 실행하실 수 있어요:

npm install // 첫 프로젝트를 풀 받을 때 패키지 설치를 하셔야 합니다

Node.js 프로젝트에서 종속성을 설치하는 데 사용됩니다. 이 명령은 프로젝트의 루트 디렉토리에서 실행되어야 하며, 이 디렉토리에는 package.json 파일이 포함되어 있어야 합니다.

package.json 파일은 프로젝트의 메타데이터와 함께 프로젝트에서 사용하는 패키지의 목록을 포함합니다. npm install 명령을 실행하면, package.json 파일에 나열된 모든 패키지가 설치됩니다.

이러한 패키지는 node_modules라는 디렉토리에 설치되며, 이 디렉토리는 npm install 명령을 실행하는 위치에 생성됩니다. 이 패키지들은 프로젝트의 코드에서 require 또는 import 문을 사용하여 가져올 수 있습니다.

npm start // 서버 구동

앱을 개발 모드로 실행합니다. 브라우저에서 http://localhost:3000을 열어서 확인할 수 있습니다.

변경사항이 있을 때마다 페이지가 자동으로 새로고침됩니다.

About

마스외전 5기 개발자국 리뉴얼 프론트 스터디 레포

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published