KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
lecture-2
★ 17
Open GitHub ↗
lecture-2
Download README (.md)
Explore Similar Repositories
infinite-mirror-desktop
:
infinite desktop looking wallpaper for lively
TTSDK-iOS
:
No description available.
WhatsAppClone-app
:
Clone Of WhatsApp
phoenix-to-redux
:
Intergrate phoenix channels with react redux reducer
ngrx-component-store-demo
:
Small test drive of the component-store module of NGRX
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
lecture-2
?
Download (.md)
## Lecture-2 '프론트엔드 개발자를 위한, 실전 웹 성능 최적화(feat. React) - Part. 1' 2번째 강의 소스입니다. ### 실행 1. download sources ``` $ git clone https://github.com/performance-lecture/lecture-2.git ``` 2. install dependencies ``` $ npm install or $ yarn ``` 3. start development server ``` $ npm start or $ yarn start ``` 4. start json-server ``` $ npm run server or $ yarn server ``` *3번의 dev server 와 다른 콘솔에서 띄워줍니다. ### 질문 궁금하신 부분은 강의 내 질문 & 답변 게시판 또는 해당 레포지토리의 Issues를 이용해주시기 바랍니다.