story book
-
Storybook github, Netlify 로 배포하기.Computer Science/React 2022. 10. 22. 20:22
https://app.netlify.com/ Netlify App app.netlify.com netfliy는 정적 웹사이트를 무료로 배포해주는 곳이다. github에 storybook이 적용된 react 프로젝트가 있다고 가정하고 진행한다. github repository에서 프로젝트를 Import한다. repsitory를 선택하였다면 site setting 과 basic build setting 란이 뜬다. site setting은 변화를 감지할 branch를 선택해주면되고 basic build setting 에서 build command 를 npm run build-storybook publish directory 를 storybook-static 으로 입력해준다. build-storybook을 ..