GithubHelp home page GithubHelp logo

fds-bbs-practice's Introduction

FDS 게시판 프로젝트 템플릿

Glitch 게시판 서버를 이용해 실습을 진행합니다.

이 프로젝트를 통해 알아볼 내용은 다음과 같습니다.

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-bbs-practice's People

Contributors

seungha-kim 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.