Coder Social home page Coder Social logo

tdd-example's Introduction

TDD 웹 개발 삽질기 세미나 발표 코드

최초작성일: 16년 07월 23일

현재 화면은 계속적인 코드 정제작업 중입니다. 완료되면 해당 문구는 삭제 됩니다.

Development Guidelines

Required : node5 이상 / npm install -g gulp src : API 코드 webapp : VIEW 코드

Commit Rules

가능한 커밋마다 의미를 부여했고 각 부분에 특화 (api or view) 인 경우 scope 추가 feat: 기능 추가 refactor: 리팩토링 test: 누락된 테스트코드 chore: 잡다변경 ( 포멧팅, 설정변경 등)

# api 기능 추가
feat(api): 게시글 등록
~blank~
내용
~blank~

프로젝트 설정하기

git clone https://github.com/changhwa/tdd-example.git
cd tdd-example/webapp && npm install

프로젝트 실행하기(개발모드)

# API 서버
mvn spring-boot:run -Dspring.profiles.active=dev

# VIEW 서버
cd webapp && gulp

프로젝트 테스트코드실행 (현재는 API 서버만 지원합니다)

# UNIT TEST
mvn test

# ALL TEST
mvn test -P daily-build

tdd-example's People

Contributors

changhwa 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.