'web' 태그의 글 목록
본문 바로가기
728x90
반응형

web10

2023-02-05-StoryBook-Adjust title: StoryBook Adjust date: 2023-02-05 15:31:00 +0900 category: react draft: false 설치 및 setup # js 버전 설치 npm create vite@latest project -- --template react ​ # ts 버전 설치 npm create vite@latest project -- --template react-ts ​ # 해당 프로젝트로 이동 cd project ​ # 해당 프로젝트에 storybook 설치 npx sb init --builder @storybook/builder-vite ​ # storybook 실행 npm run storybook npm -v 8.1.2 npx storybook@next upgrade.. 2023. 2. 6.
GoLangWeb-SQLquery https://github.com/3DPIT/golang/blob/master/05.GolangWeb/0826/01.SQLquery/2021%EB%85%8408%EC%9B%9426%EC%9D%BC_GoLangWeb-SQLquery.md GitHub - 3DPIT/golang Contribute to 3DPIT/golang development by creating an account on GitHub. github.com 2021. 8. 27.
GoLangWeb-TodoWeb1 https://github.com/3DPIT/golang/blob/master/05.GolangWeb/0812/Todo%EC%9B%B91/2021%EB%85%8408%EC%9B%9411%EC%9D%BC_GoLangWeb-Todo%EC%9B%B9.md GitHub - 3DPIT/golang Contribute to 3DPIT/golang development by creating an account on GitHub. github.com 2021. 8. 13.
WEB 만들기 5 - git허브 연결 git 은 도구 git hub 깃을 사용 하는 서비스 github 사이트에서 회원가입을 하고 나서 github.com/ GitHub: Where the world builds software GitHub is where over 56 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat... github.com 이런 화면이 나오게 됩니다. new 버튼을 눌러서 Repository name 부분에 원하는 이름 써서 생성을 합니다. 이제 우리가 안전하게 .. 2021. 1. 16.
728x90
반응형