Skip to content

React를 사용한 게시판 프로젝트의 View입니다

Notifications You must be signed in to change notification settings

jhcode33/react-spring-blog-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤸How to start?

npm install

Install the modules used by node.js through node package manager (npm).
Refer to the package.json file for the current project to install the dependency module collectively.

node package manager(npm)을 통해서 node.js에서 사용하는 모듈들을설치합니다.
현재 프로젝트의 package.json 파일을 참고하여 의존성 모듈을 일괄적으로 설치합니다.

npm install -save react-scripts

'react-scripts' is not an internal or external command, an executable program, or a batch file
'react-scripts'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다

Command to execute when the above error occurs.
Also, look at the package.json file and check the version of the react-scripts command.

'react-scripts' 오류가 발생할 때 실행하는 명령어입니다.
또한 package.json 파일을 살펴보고 react-scripts 명령어가 실행하는 버전을 확인해주세요.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

앱을 개발 모드로 실행합니다.
http://localhost:3000을 열어 브라우저에서 볼 수 있습니다.
코드를 변경하면 페이지가 다시 로드되며, 콘솔에서 오류를 확인할 수도 있습니다.

프로젝트 회고

..

About

React를 사용한 게시판 프로젝트의 View입니다

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published