สร้างโปรเจค และติดตั้ง module ที่จำเป็น

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

สร้างโปรเจค และติดตั้ง module ที่จำเป็น

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

npx create-react-app counter-redux-app

2. รันคำสั่งติดตั้ง package ที่จำเป็น

npm

cd counter-redux-app
npm install css-animation redux react-redux

yarn

cd counter-redux-app
yarn add css-animation redux react-redux