Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 906 Bytes

README.md

File metadata and controls

61 lines (37 loc) · 906 Bytes

[GDG Campus Korea x GDSC DevFest] Merry Careermas

리액트 코드잼 세션

Carrot Market 클론 코딩 (w/ stackflow, gh-pages)

해당 프로젝트는 프론트엔드 개발자가 되고싶어하는 학생 개발자 또는 주니어 프론트엔드 개발자들을 위한 코드잼 세션의 자료입니다.


Usage

  1. Git Fork

GitHub forks

  1. Git Clone
$ git clone https://github.com/본인계정 id/carrot-market-devfest.git
  1. Install package
$ yarn

# or

$ npm install
  1. Start
$ yarn start

# or

$ npm run start
  1. Deploy
$ yarn deploy

# or

$ npm run deploy

Used Tech Stack List

  • React & TypeScript
  • stackflow
  • styled-components
  • gh-pages
  • ...