GithubHelp home page GithubHelp logo

fastcampus-2021-examples's Introduction

Fastcampus 2021 Node 예시 레포지토리

Fastcampus 2021 노드 강의에서 작성한 예시 코드를 모아둔 레포지토리입니다. 대부분의 코드는 강의에서 보신 내용과 거의 동일하나, 실행의 편의나 셋업 등을 위해 일부 수정된 바가 있습니다. 이 레포지토리를 다운로드 받으신 후, Visual Studio Code를 레포지토리의 루트에서 엽니다. 다음 명령으로 프로젝트를 셋업하고 코드를 살펴보시면 됩니다.

npm install
npm run lerna bootstrap
  • 모든 프로젝트는 node 14.16.1 버전과 npm 6.14.10 버전으로 테스트했습니다.
  • packages 밑의 각 디렉토리에 프로젝트가 모여 있습니다. 각 레포지토리에 들어가 실행 방법을 확인해 보세요!

프로젝트 목록

예시 코드 목록

fastcampus-2021-examples's People

Contributors

jeonghojeong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fastcampus-2021-examples's Issues

cli 예제에서 prompts가 동시에 실행됨

image

같은 케이스들은(label을 지우거나 붙이거나) 단 한번 n을 입력하면 싸그리 동일하게 prompts에서 적용합니다.

제 추측으로는 main.js 176번, 203번째 줄에서 map()이 async callback을 병렬적으로 실행하기 때문에 prompts 객체가 여러 개가 동시에 떠있는 것으로 생각되네요.

2년 전이지만 잘 듣고 있습니다.

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.