Coder Social home page Coder Social logo

covid19's Introduction

환경설정

📎 npx 버전 확인

npx --version

📎 create-react-app 설치

npx create-react-app .

📎 vscode 터미널에서 react 서버 시작

Terminal → New Terminal → npm start

📎 axios (api 요청을 위한 라이브러리)

   chartjs-2 (리액트 차트 라이브러리) 설치

npm install axios react-chartjs-2 --save

📎 chart.js 설치

npm install chart.js --save

📎 터미널에서 chart.js 설치가 안되는 경우

  • vscode 터미널에서 ctrl+c 로 서버를 종료
  • 설치 명령어 입력 후 서버 시작
npm install chart.js --save
npm start

covid19's People

Contributors

soheeoott avatar

Watchers

 avatar

Forkers

wglee0511

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.