SWEProjects
High quality, end-to-end coding projects for everyone
파일 탐색기
최종 버전 다운로드 (.zip)- codeStyleConfig.xml
- Project.xml
- Project_Default.xml
- eslint.xml
- .gitignore
- modules.xml
- prettier.xml
- sweprojects.iml
- vcs.xml
- SWEProjects-logo-large.png
- SWEProjects-logo-only.png
- SWEProjects-logo-small.png
- ProjectPurchaseEmail.tsx
- WelcomeEmail.tsx
- schema.prisma
- scores.ts
- _app.tsx
- _document.tsx
- index.tsx
- favicon.ico
- next.svg
- vercel.svg
- globals.css
- .eslintrc.json
- .gitignore
- next.config.js
- package-lock.json
- package.json
- postcss.config.js
- README.md
- tailwind.config.js
- tsconfig.json
- UsernameEditor.tsx
- BackgroundGradient.tsx
- Header.tsx
- LinksPreviewComponent.tsx
- LinksSetupComponent.tsx
- links.ts
- usernames.ts
- users.ts
- [username].tsx
- _app.tsx
- _document.tsx
- account.tsx
- auth.tsx
- index.tsx
- setup.tsx
- favicon.ico
- next.svg
- vercel.svg
- globals.css
- supabase.ts
- .eslintrc.json
- .gitignore
- next.config.js
- package-lock.json
- package.json
- postcss.config.js
- README.md
- tailwind.config.js
- tsconfig.json
- favicon.ico
- MdEditor.tsx
- utils.tsx
- BackgroundGradient.tsx
- Header.tsx
- LoadingSpinner.tsx
- PhotoUploadComponent.tsx
- Selectors.tsx
- DraftCodeBlocks.tsx
- DraftInstructionalTextComponent.tsx
- DraftPageComponent.tsx
- Editor.tsx
- FocusedQuestion.tsx
- InstructionLeftSidebar.tsx
- Celebration.tsx
- EmptyCart.tsx
- EmptyComments.tsx
- EndOfTheRoad.tsx
- PersonCoding.tsx
- Questions.tsx
- avatar-1.png
- avatar-2.png
- avatar-3.png
- avatar-4.png
- avatar-5.png
- avatar-6.png
- laravel.svg
- mirage.svg
- statamic.svg
- statickit.svg
- transistor.svg
- tuple.svg
- canny-screenshot.png
- contacts.png
- expenses.png
- instructions-screenshot.png
- inventory.png
- payroll.png
- profit-loss.png
- reporting.png
- vat-returns.png
- background-auth.jpg
- background-call-to-action.jpg
- background-faqs.jpg
- background-features.jpg
- AuthLayout.tsx
- Button.tsx
- CallToAction.tsx
- Container.tsx
- Faqs.tsx
- Fields.tsx
- Footer.tsx
- Header.tsx
- Hero.tsx
- Logo.tsx
- NavLink.tsx
- Pricing.tsx
- PrimaryFeatures.tsx
- SecondaryFeatures.tsx
- Testimonials.tsx
- CodeBlocks.tsx
- CodeDiffSection.tsx
- CompletedTutorial.tsx
- InstructionSidebar.tsx
- InstructionsToolbar.tsx
- ProjectTitleBlock.tsx
- PurchaseNudge.tsx
- QuestionsPurchaseNudge.tsx
- TableOfContentBlock.tsx
- TextExplanationComponent.tsx
- CommentBox.tsx
- CommentsList.tsx
- QuestionAndAnswerComponent.tsx
- QuestionBox.tsx
- QuestionsList.tsx
- [trpc].ts
- users.tsx
- stripe.tsx
- checkout_sessions.ts
- [projectId].tsx
- [username].tsx
- all.tsx
- index.tsx
- successfulPurchase.tsx
- completed.tsx
- index.tsx
- [[...index]].tsx
- [[...index]].tsx
- _app.tsx
- index.tsx
- my-projects.tsx
- codeBlocks.ts
- comments.ts
- instructions.ts
- projectPreviewEnrollments.ts
- projects.ts
- purchases.ts
- questions.ts
- stripe.ts
- root.ts
- trpc.ts
- ssgHelper.ts
- db.ts
- globals.css
- api.ts
- types.ts
- utils.ts
- env.mjs
- middleware.ts
- .env.example
- .eslintrc.cjs
- .gitignore
- next.config.mjs
- package-lock.json
- package.json
- postcss.config.cjs
- prettier.config.cjs
- README.md
- tailwind.config.ts
- tsconfig.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/YourAverageTechBro/SWEProjects
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd SWEProjects
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm run dev
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
