반응형
Parcel을 이용하여 Phaser 개발환경 세팅하는 방법
node가 설치되어 있어야함
1) node, npm 설치 확인
node --version
npm --version
2) parcel-bundler 설치
npm install -g parcel-bundler
3) 템플릿 클론
https://github.com/ourcade/phaser3-parcel-template.git
4) 설치 및 실행
npm install --save
npm run start
5) http://localhost:8000으로 접속해서 확인
- 참고 : https://blog.ourcade.co/posts/2019/get-started-phaser3-fast-painless/
반응형
'development' 카테고리의 다른 글
초보자를 위한 리액트(React) 개발 팁 (0) | 2022.11.30 |
---|---|
Gatsby 사이트에 애드센스(AdSense) 적용하기 (0) | 2022.11.29 |
크롬 캐시 끄기(비활성화) (0) | 2022.10.03 |
리액트에 구글 애드센스 다는 방법 (0) | 2022.09.26 |
SPA도 애드센스(adsense) 통과 가능하다 (1) | 2022.09.25 |