Giter Club home page Giter Club logo

fds-mid-template's Introduction

FDS 중간 프로젝트 : 쇼핑몰 제작

작업예상일정


  • 181107 (Wed) 12:00 기획 완성

  • 181107 (Wed)

    시멘틱한 HTML 메인화면 구조설계 및 로그인 기능 구현

  • 181108 (Thu)

    상품 데이터 입력 및 상품 목록구현, 제품 상세 페이지 구현

  • 181109 (Fri)

    장바구니 화면, 주문내역 구현

  • 181110 (Sat)

    부족한 부분 수정 (작업하면서 업데이트 예정)

  • 181111 (Sun)

    부족한 부분 수정 (작업하면서 업데이트 예정)

초기 기획안


Midproject_Draft

이렇게 만들수 있겠죠?? 제발 ㅠㅠㅠ

목표


최소 요구 기능만큼은 필수로 버그 없이 돌아가게 만들자 ! 화이팅 ! >_<


이 저장소를 중간 프로젝트에서 템플릿으로 사용할 수 있습니다. 빌드 도구로 Parcel을 사용하고 있으며, create-react-app에서 사용하는 Babel 프리셋인 babel-preset-react-app을 통해 여러 최신 문법을 사용할 수 있도록 설정되어 있습니다.

개발을 시작하기 전, 개발 가이드를 읽어보세요.

npm 명령

  • npm install - 프로젝트 실행에 필요한 파일을 설치하는 명령. 프로젝틑 최초 실행 시 반드시 실행해주어야 합니다.
  • npm start - 개발용 서버를 실행시키는 명령
  • npm run build - Netlify 등의 호스팅 서비스에서 사용할 수 있는 HTML, CSS, JS 파일을 생성해주는 명령. dist 폴더에 파일이 생성됩니다.

저장소 복사하기

Github의 fork 기능으로는 계정 당 저장소 하나밖에 복사하지 못합니다. Fork 기능을 사용하지 않고 프로젝트를 복사하려면, 아래의 절차대로 해 주세요.

  1. 복사하고 싶은 저장소를 git clone 명령을 사용해 내려받는다.
  2. 내려받은 폴더로 이동한 후, rm -rf .git 명령을 실행한다.
  3. git init, git add ., git commit -m "..." 명령을 차례로 실행한다. (저장소 초기화)
  4. Github에서 새 저장소를 만든 후, 위에서 초기화한 저장소를 푸시한다.

fds-mid-template's People

Contributors

seungha-kim avatar romi0804 avatar tinytinystone avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.