สร้างโปรเจค และติดตั้ง module

รายละเอียดสำหรับเรียนรู้ React ปี 2020-2023 โดยโค้ชพล ดูหลักสูตรได้ที่ https://www.nextflow.in.th/react-training

สร้างโปรเจค และติดตั้ง module

1. สร้างโปรเจค

npx create-react-app branch-dashboard

2. ติดตั้ง module เบื้องต้น

รายชื่อ module ที่ติดตั้งในขั้นตอนนี้

  1. react
  2. react-dom
  3. redux
  4. react-redux
  5. antd
  6. css-animation
  7. react-google-charts
  8. google-map-react
cd branch-dashboard
npm i react react-dom redux react-redux antd css-animation react-google-charts google-map-react

ใช้ yarn?

cd branch-dashboard
yarn add react react-dom redux react-redux antd css-animation react-google-charts google-map-react