freshcomm
A self-hostable ecommerce application with a focus on developer productivity and ease of customization.
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- feature_request.md
- db.js
- carouselControllers.js
- orderControllers.js
- productController.js
- userController.js
- carousels.js
- categories.js
- products.js
- users.js
- authMiddleware.js
- errorMiddleware.js
- carouselModel.js
- categoryModel.js
- orderModel.js
- productModel.js
- userModel.js
- carouselRoutes.js
- categoryRoutes.js
- orderRoutes.js
- productRoutes.js
- uploadRoutes.js
- userRoutes.js
- email.js
- generateToken.js
- seeder.js
- server.js
- about.txt
- android-chrome-192x192.png
- android-chrome-512x512.png
- apple-touch-icon.png
- favicon-16x16.png
- favicon-32x32.png
- favicon.ico
- index.html
- manifest.json
- robots.txt
- carouselActions.js
- cartActions.js
- categoryActions.js
- orderActions.js
- productActions.js
- userActions.js
- Category.js
- CheckoutSteps.js
- Footer.js
- FormContainer.js
- Header.js
- Loader.js
- Message.js
- Product.js
- SearchBox.js
- Slider.js
- carouselConstants.js
- cartConstants.js
- categoryConstants.js
- deliveryChargeConstants.js
- orderConstants.js
- productConstants.js
- userConstants.js
- LocationsAvailable.js
- Help.js
- Privacy.js
- Returns.js
- Terms.js
- carouselReducers.js
- cartReducers.js
- categoryReducers.js
- orderReducers.js
- productReducers.js
- userReducers.js
- CarouselEditScreen.js
- CarouselListScreen.js
- CartScreen.js
- CategoryListScreen.js
- CategoryScreen.js
- CreateCarouselScreen.js
- CreateProductScreen.js
- Error404Screen.js
- ForgotPasswordScreen.js
- HomeScreen.js
- LoginScreen.js
- OrderListScreen.js
- OrderScreen.js
- PaymentScreen.js
- PlaceOrderScreen.js
- ProductEditScreen.js
- ProductListScreen.js
- ProductScreen.js
- ProfileScreen.js
- RegisterScreen.js
- ResetPasswordScreen.js
- SearchScreen.js
- ShippingScreen.js
- UserEditScreen.js
- UsersListScreen.js
- calculateDiscount.js
- capitalizeFirstLetter.js
- currencyFormatter.js
- App.js
- App.test.js
- bootstrap.min.css
- index.css
- index.js
- reportWebVitals.js
- setupTests.js
- store.js
- package-lock.json
- package.json
- README.md
- orderControllers.test.js
- productController.test.js
- userController.test.js
- .gitignore
- .nvmrc
- .prettierrc.json
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- mocharc.json
- package-lock.json
- package.json
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/roopeshsn/freshcomm
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd freshcomm
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm run dev
개발/실행 서버를 켭니다.
npm run server
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm run data:import
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm run data:destroy
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
