Skip to content

SungJin-Jin/sell-log

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sell Log

Sell Log is a service for group buying.

Client

  • React
  • React Router v4
  • Sass
  • Redux

Server

  • Node.js
  • Koa

Install yarn

$ sudo npm install -g yarn

Getting Started

  1. Clone git repository
$ git clone https://github.com/LeePoongHo/group-purchase-react

sell-log-frontend

  1. Enter into sell-log-frontend
$ cd {RootDir}/sell-log-frontend
  1. Istall npm modules
$ npm install
  1. Start React
$ npm start

sell-log-backend

  1. Enter into sell-log-backend
$ cd {RootDir}/sell-log-backend
  1. Istall npm modules
$ npm install
  1. Start dev API server with Koa
$ npm start:dev / yarn start:dev

About

1인가구 공동구매 서비스

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.7%
  • CSS 38.9%
  • HTML 0.4%